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