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