public class OutputActionSerializer extends AbstractActionSerializer<OutputActionCase>
| Constructor and Description |
|---|
OutputActionSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getLength()
Get length.
|
protected int |
getType()
Get type.
|
void |
serialize(OutputActionCase action,
io.netty.buffer.ByteBuf outBuffer)
Transforms POJO/DTO into byte message (ByteBuf).
|
serializeHeaderpublic void serialize(OutputActionCase action, io.netty.buffer.ByteBuf outBuffer)
OFSerializerserialize in interface OFSerializer<OutputActionCase>serialize in class AbstractActionSerializer<OutputActionCase>action - object to be serializedoutBuffer - output bufferprotected int getLength()
AbstractActionSerializergetLength in class AbstractActionSerializer<OutputActionCase>protected int getType()
AbstractActionSerializergetType in class AbstractActionSerializer<OutputActionCase>Copyright © 2019 OpenDaylight. All rights reserved.