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