com.twitter.chill.java
Class SqlTimeSerializer

java.lang.Object
  extended by com.esotericsoftware.kryo.Serializer<java.sql.Time>
      extended by com.twitter.chill.java.SqlTimeSerializer

public class SqlTimeSerializer
extends com.esotericsoftware.kryo.Serializer<java.sql.Time>


Constructor Summary
SqlTimeSerializer()
           
 
Method Summary
 java.sql.Time read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<java.sql.Time> timeClass)
           
static IKryoRegistrar registrar()
           
 void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, java.sql.Time time)
           
 
Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlTimeSerializer

public SqlTimeSerializer()
Method Detail

registrar

public static IKryoRegistrar registrar()

write

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

read

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