Class HostLocationSerializer
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<org.onosproject.net.HostLocation>
-
- org.onosproject.store.serializers.HostLocationSerializer
-
public class HostLocationSerializer extends com.esotericsoftware.kryo.Serializer<org.onosproject.net.HostLocation>Kryo Serializer forHostLocation.
-
-
Constructor Summary
Constructors Constructor Description HostLocationSerializer()CreatesHostLocationserializer instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.onosproject.net.HostLocationread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<org.onosproject.net.HostLocation> type)voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.onosproject.net.HostLocation object)
-
-
-
Method Detail
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.onosproject.net.HostLocation object)- Specified by:
writein classcom.esotericsoftware.kryo.Serializer<org.onosproject.net.HostLocation>
-
read
public org.onosproject.net.HostLocation read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<org.onosproject.net.HostLocation> type)- Specified by:
readin classcom.esotericsoftware.kryo.Serializer<org.onosproject.net.HostLocation>
-
-