public class MatchTablePropertySerializer extends AbstractTablePropertySerializer<Match> implements SerializerRegistryInjector
Constructor and Description |
---|
MatchTablePropertySerializer() |
Modifier and Type | Method and Description |
---|---|
protected Class<Match> |
getClazz() |
protected TableFeaturesPropType |
getType() |
void |
injectSerializerRegistry(SerializerRegistry serializerRegistry)
Injects serializer registry.
|
protected void |
serializeProperty(Match property,
io.netty.buffer.ByteBuf byteBuf) |
serialize
protected void serializeProperty(Match property, io.netty.buffer.ByteBuf byteBuf)
serializeProperty
in class AbstractTablePropertySerializer<Match>
protected TableFeaturesPropType getType()
getType
in class AbstractTablePropertySerializer<Match>
protected Class<Match> getClazz()
getClazz
in class AbstractTablePropertySerializer<Match>
public void injectSerializerRegistry(SerializerRegistry serializerRegistry)
SerializerRegistryInjector
injectSerializerRegistry
in interface SerializerRegistryInjector
serializerRegistry
- registry instanceCopyright © 2019 OpenDaylight. All rights reserved.