Class IterableRegistrarSerializer

java.lang.Object
com.esotericsoftware.kryo.kryo5.Serializer<IterableRegistrar>
com.twitter.chill.java.IterableRegistrarSerializer

public class IterableRegistrarSerializer extends com.esotericsoftware.kryo.kryo5.Serializer<IterableRegistrar>
  • Constructor Details

    • IterableRegistrarSerializer

      public IterableRegistrarSerializer()
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Output output, IterableRegistrar obj)
      Specified by:
      write in class com.esotericsoftware.kryo.kryo5.Serializer<IterableRegistrar>
    • read

      public IterableRegistrar read(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Input input, Class<? extends IterableRegistrar> type)
      Specified by:
      read in class com.esotericsoftware.kryo.kryo5.Serializer<IterableRegistrar>