T
- message typepublic interface OFSerializer<T extends org.opendaylight.yangtools.yang.binding.DataContainer> extends OFGeneralSerializer
Modifier and Type | Method and Description |
---|---|
void |
serialize(T input,
io.netty.buffer.ByteBuf outBuffer)
Transforms POJO/DTO into byte message (ByteBuf).
|
void serialize(T input, io.netty.buffer.ByteBuf outBuffer)
input
- object to be serializedoutBuffer
- output bufferCopyright © 2020 OpenDaylight. All rights reserved.