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.ExtensionInstructionWrapper
read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<Instructions.ExtensionInstructionWrapper> type)
void
write(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:
write
in 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:
read
in classcom.esotericsoftware.kryo.Serializer<Instructions.ExtensionInstructionWrapper>
-
-