com.twitter.chill.java
Class SqlTimeSerializer
java.lang.Object
com.esotericsoftware.kryo.Serializer<java.sql.Time>
com.twitter.chill.java.SqlTimeSerializer
public class SqlTimeSerializer
- extends com.esotericsoftware.kryo.Serializer<java.sql.Time>
|
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 |
SqlTimeSerializer
public SqlTimeSerializer()
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>