Class SingleRegistrar<T>

java.lang.Object
com.twitter.chill.SingleRegistrar<T>
All Implemented Interfaces:
IKryoRegistrar, Serializable

public class SingleRegistrar<T> extends Object implements IKryoRegistrar
See Also:
  • Constructor Details

    • SingleRegistrar

      public SingleRegistrar(Class<T> cls, com.esotericsoftware.kryo.kryo5.Serializer<T> ser)
  • Method Details

    • apply

      public void apply(com.esotericsoftware.kryo.kryo5.Kryo k)
      Specified by:
      apply in interface IKryoRegistrar