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- 
registerClassesvoid registerClasses(com.esotericsoftware.kryo.Kryo kryo) 
 
-