Class AbstractTablePropertySerializer<T extends TableFeaturePropType>
java.lang.Object
org.opendaylight.openflowplugin.impl.protocol.serialization.multipart.tablefeatures.AbstractTablePropertySerializer<T>
- All Implemented Interfaces:
OFGeneralSerializer
,OFSerializer<TableFeaturePropType>
- Direct Known Subclasses:
ApplyActionsMissTablePropertySerializer
,ApplyActionsTablePropertySerializer
,ApplySetfieldMissTablePropertySerializer
,ApplySetfieldTablePropertySerializer
,InstructionsMissTablePropertySerializer
,InstructionsTablePropertySerializer
,MatchTablePropertySerializer
,NextTableMissTablePropertySerializer
,NextTableTablePropertySerializer
,WildcardsTablePropertySerializer
,WriteActionsMissTablePropertySerializer
,WriteActionsTablePropertySerializer
,WriteSetfieldMissTablePropertySerializer
,WriteSetfieldTablePropertySerializer
public abstract class AbstractTablePropertySerializer<T extends TableFeaturePropType>
extends Object
implements OFSerializer<TableFeaturePropType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClazz()
protected abstract TableFeaturesPropType
getType()
void
serialize
(TableFeaturePropType tableFeaturePropType, io.netty.buffer.ByteBuf byteBuf) Transforms POJO/DTO into byte message (ByteBuf).protected abstract void
serializeProperty
(T property, io.netty.buffer.ByteBuf byteBuf)
-
Constructor Details
-
AbstractTablePropertySerializer
public AbstractTablePropertySerializer()
-
-
Method Details
-
serialize
Description copied from interface:OFSerializer
Transforms POJO/DTO into byte message (ByteBuf).- Specified by:
serialize
in interfaceOFSerializer<T extends TableFeaturePropType>
- Parameters:
tableFeaturePropType
- object to be serializedbyteBuf
- output buffer
-
serializeProperty
-
getType
-
getClazz
-