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