public class FormattedDateSerializer extends com.esotericsoftware.kryo.Serializer<FormattedDate>
FormattedDate.| Constructor and Description |
|---|
FormattedDateSerializer() |
| Modifier and Type | Method and Description |
|---|---|
FormattedDate |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<FormattedDate> aClass) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
FormattedDate formattedDate) |
public FormattedDate read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<FormattedDate> aClass)
read in class com.esotericsoftware.kryo.Serializer<FormattedDate>public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
FormattedDate formattedDate)
write in class com.esotericsoftware.kryo.Serializer<FormattedDate>Copyright © 2016. All Rights Reserved.