public class InternalPortStatusEventSerializer extends com.esotericsoftware.kryo.Serializer<InternalPortStatusEvent>
InternalPortStatusEvent.| Constructor and Description |
|---|
InternalPortStatusEventSerializer()
Creates a serializer for
InternalPortStatusEvent. |
| Modifier and Type | Method and Description |
|---|---|
InternalPortStatusEvent |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<InternalPortStatusEvent> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
InternalPortStatusEvent event) |
public InternalPortStatusEventSerializer()
InternalPortStatusEvent.public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
InternalPortStatusEvent event)
write in class com.esotericsoftware.kryo.Serializer<InternalPortStatusEvent>public InternalPortStatusEvent read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<InternalPortStatusEvent> type)
read in class com.esotericsoftware.kryo.Serializer<InternalPortStatusEvent>Copyright © 2016. All rights reserved.