Package org.apache.spark.serializer
Interface KryoRegistrator
public interface KryoRegistrator
Interface implemented by clients to register their classes with Kryo when using Kryo
 serialization.
- 
Method Summary
 
- 
Method Details
- 
registerClasses
void registerClasses(com.esotericsoftware.kryo.Kryo kryo)  
 -