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