Class TimestampSerializer

java.lang.Object
com.esotericsoftware.kryo.kryo5.Serializer<Timestamp>
com.twitter.chill.java.TimestampSerializer

public class TimestampSerializer extends com.esotericsoftware.kryo.kryo5.Serializer<Timestamp>
  • Constructor Details

    • TimestampSerializer

      public TimestampSerializer()
  • Method Details

    • registrar

      public static IKryoRegistrar registrar()
    • write

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

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