Package com.twitter.chill
Class ReflectingDefaultRegistrar<T>
java.lang.Object
com.twitter.chill.ReflectingDefaultRegistrar<T>
- All Implemented Interfaces:
IKryoRegistrar,Serializable
Set the default serializers for subclasses of the given class
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReflectingDefaultRegistrar(Class<T> cls, Class<? extends com.esotericsoftware.kryo.kryo5.Serializer<?>> ser) -
Method Summary
-
Constructor Details
-
ReflectingDefaultRegistrar
-
-
Method Details