public final class DeviceIdSerializer
extends com.esotericsoftware.kryo.Serializer<org.onosproject.net.DeviceId>
DeviceId.| Constructor and Description |
|---|
DeviceIdSerializer()
Creates
DeviceId serializer instance. |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.DeviceId |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.onosproject.net.DeviceId> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.onosproject.net.DeviceId object) |
public DeviceIdSerializer()
DeviceId serializer instance.public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.onosproject.net.DeviceId object)
write in class com.esotericsoftware.kryo.Serializer<org.onosproject.net.DeviceId>public org.onosproject.net.DeviceId read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.onosproject.net.DeviceId> type)
read in class com.esotericsoftware.kryo.Serializer<org.onosproject.net.DeviceId>Copyright © 2015. All rights reserved.