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