Class SqlTimeSerializer

java.lang.Object
com.esotericsoftware.kryo.kryo5.Serializer<Time>
com.twitter.chill.java.SqlTimeSerializer

public class SqlTimeSerializer extends com.esotericsoftware.kryo.kryo5.Serializer<Time>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    read(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Input input, Class<? extends Time> timeClass)
     
     
    void
    write(com.esotericsoftware.kryo.kryo5.Kryo kryo, com.esotericsoftware.kryo.kryo5.io.Output output, Time time)
     

    Methods inherited from class com.esotericsoftware.kryo.kryo5.Serializer

    copy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SqlTimeSerializer

      public SqlTimeSerializer()
  • Method Details

    • registrar

      public static IKryoRegistrar registrar()
    • write

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

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