public class InstructionsTablePropertySerializer extends AbstractTablePropertySerializer<Instructions> implements SerializerRegistryInjector
| Constructor and Description |
|---|
InstructionsTablePropertySerializer() |
| Modifier and Type | Method and 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) |
serializeprotected void serializeProperty(Instructions property, io.netty.buffer.ByteBuf byteBuf)
serializeProperty in class AbstractTablePropertySerializer<Instructions>protected TableFeaturesPropType getType()
getType in class AbstractTablePropertySerializer<Instructions>protected Class<Instructions> getClazz()
getClazz in class AbstractTablePropertySerializer<Instructions>public void injectSerializerRegistry(SerializerRegistry serializerRegistry)
SerializerRegistryInjectorinjectSerializerRegistry in interface SerializerRegistryInjectorserializerRegistry - registry instanceCopyright © 2019 OpenDaylight. All rights reserved.