Class ExtensionInstructionSerializer
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapper>
-
- org.onosproject.store.serializers.ExtensionInstructionSerializer
-
public class ExtensionInstructionSerializer extends com.esotericsoftware.kryo.Serializer<org.onosproject.net.flow.instructions.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 org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapperread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapper> type)voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapper object)
-
-
-
Method Detail
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapper object)- Specified by:
writein classcom.esotericsoftware.kryo.Serializer<org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapper>
-
read
public org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapper read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, java.lang.Class<org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapper> type)- Specified by:
readin classcom.esotericsoftware.kryo.Serializer<org.onosproject.net.flow.instructions.Instructions.ExtensionInstructionWrapper>
-
-