Class InstructionsTablePropertySerializer
- java.lang.Object
-
- org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.AbstractTablePropertySerializer<Instructions>
-
- org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.InstructionsTablePropertySerializer
-
- All Implemented Interfaces:
OFGeneralSerializer
,OFSerializer<TableFeaturePropType>
,SerializerRegistryInjector
public class InstructionsTablePropertySerializer extends AbstractTablePropertySerializer<Instructions> implements SerializerRegistryInjector
-
-
Constructor Summary
Constructors Constructor Description InstructionsTablePropertySerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<Instructions>
getClazz()
protected TableFeaturesPropType
getType()
void
injectSerializerRegistry(SerializerRegistry serializerRegistry)
Injects serializer registry.protected void
serializeProperty(Instructions property, io.netty.buffer.ByteBuf byteBuf)
-
Methods inherited from class org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.AbstractTablePropertySerializer
serialize
-
-
-
-
Method Detail
-
serializeProperty
protected void serializeProperty(Instructions property, io.netty.buffer.ByteBuf byteBuf)
- Specified by:
serializeProperty
in classAbstractTablePropertySerializer<Instructions>
-
getType
protected TableFeaturesPropType getType()
- Specified by:
getType
in classAbstractTablePropertySerializer<Instructions>
-
getClazz
protected Class<Instructions> getClazz()
- Specified by:
getClazz
in classAbstractTablePropertySerializer<Instructions>
-
injectSerializerRegistry
public void injectSerializerRegistry(SerializerRegistry serializerRegistry)
Description copied from interface:SerializerRegistryInjector
Injects serializer registry.- Specified by:
injectSerializerRegistry
in interfaceSerializerRegistryInjector
- Parameters:
serializerRegistry
- registry instance
-
-