Package com.twitter.chill
Class SingleRegistrar<T>
java.lang.Object
com.twitter.chill.SingleRegistrar<T>
- All Implemented Interfaces:
IKryoRegistrar,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSingleRegistrar(Class<T> cls, com.esotericsoftware.kryo.kryo5.Serializer<T> ser) -
Method Summary
-
Constructor Details
-
SingleRegistrar
-
-
Method Details
-
apply
public void apply(com.esotericsoftware.kryo.kryo5.Kryo k) - Specified by:
applyin interfaceIKryoRegistrar
-