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 SummaryConstructors Constructor Description ExtensionInstructionSerializer()Constructs a extension instruction serializer.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Instructions.ExtensionInstructionWrapperread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<Instructions.ExtensionInstructionWrapper> type)voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Instructions.ExtensionInstructionWrapper object)
 
- 
- 
- 
Method Detail- 
writepublic void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, Instructions.ExtensionInstructionWrapper object)- Specified by:
- writein class- com.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>
 
 - 
readpublic Instructions.ExtensionInstructionWrapper read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<Instructions.ExtensionInstructionWrapper> type) - Specified by:
- readin class- com.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>
 
 
- 
 
-