Package com.twitter.chill
Class ReflectingRegistrar<T>
java.lang.Object
com.twitter.chill.ReflectingRegistrar<T>
- All Implemented Interfaces:
IKryoRegistrar,Serializable
Use reflection to instantiate a serializer.
Used when serializer classes are written to config files
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReflectingRegistrar(Class<T> cls, Class<? extends com.esotericsoftware.kryo.kryo5.Serializer<?>> ser) -
Method Summary
-
Constructor Details
-
ReflectingRegistrar
-
-
Method Details