public class MastershipBasedTimestampSerializer extends com.esotericsoftware.kryo.Serializer<MastershipBasedTimestamp>
MastershipBasedTimestamp.| Constructor and Description |
|---|
MastershipBasedTimestampSerializer()
Creates a serializer for
MastershipBasedTimestamp. |
| Modifier and Type | Method and Description |
|---|---|
MastershipBasedTimestamp |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
java.lang.Class<MastershipBasedTimestamp> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
MastershipBasedTimestamp object) |
public MastershipBasedTimestampSerializer()
MastershipBasedTimestamp.public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
MastershipBasedTimestamp object)
write in class com.esotericsoftware.kryo.Serializer<MastershipBasedTimestamp>public MastershipBasedTimestamp read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<MastershipBasedTimestamp> type)
read in class com.esotericsoftware.kryo.Serializer<MastershipBasedTimestamp>