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