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