Class ExtensionInstructionSerializer
- java.lang.Object
 - 
- com.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>
 - 
- org.onosproject.store.serializers.ExtensionInstructionSerializer
 
 
 
- 
public class ExtensionInstructionSerializer extends com.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>
Serializer for extension instructions. 
- 
- 
Constructor Summary
Constructors Constructor Description ExtensionInstructionSerializer()Constructs a extension instruction serializer. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instructions.ExtensionInstructionWrapperread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Instructions.ExtensionInstructionWrapper> type)voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Instructions.ExtensionInstructionWrapper object) 
 - 
 
- 
- 
Method Detail
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Instructions.ExtensionInstructionWrapper object)- Specified by:
 writein classcom.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>
 
- 
read
public Instructions.ExtensionInstructionWrapper read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Instructions.ExtensionInstructionWrapper> type)
- Specified by:
 readin classcom.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>
 
 - 
 
 -