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