org.apache.spark.serializer
Interface KryoRegistrator

All Known Implementing Classes:
GraphKryoRegistrator

public interface KryoRegistrator

Interface implemented by clients to register their classes with Kryo when using Kryo serialization.


Method Summary
 void registerClasses(com.esotericsoftware.kryo.Kryo kryo)
           
 

Method Detail

registerClasses

void registerClasses(com.esotericsoftware.kryo.Kryo kryo)