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