Class InternalPortEventSerializer
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<InternalPortEvent>
-
- org.onosproject.store.device.impl.InternalPortEventSerializer
-
public class InternalPortEventSerializer extends com.esotericsoftware.kryo.Serializer<InternalPortEvent>
Kryo Serializer forInternalPortEvent.
-
-
Constructor Summary
Constructors Constructor Description InternalPortEventSerializer()Creates a serializer forInternalPortEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternalPortEventread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<InternalPortEvent> type)voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, InternalPortEvent event)
-
-
-
Constructor Detail
-
InternalPortEventSerializer
public InternalPortEventSerializer()
Creates a serializer forInternalPortEvent.
-
-
Method Detail
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, InternalPortEvent event)- Specified by:
writein classcom.esotericsoftware.kryo.Serializer<InternalPortEvent>
-
read
public InternalPortEvent read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<InternalPortEvent> type)
- Specified by:
readin classcom.esotericsoftware.kryo.Serializer<InternalPortEvent>
-
-