public class GoToTableInstructionSerializer extends AbstractInstructionSerializer
Constructor and Description |
---|
GoToTableInstructionSerializer() |
Modifier and Type | Method and Description |
---|---|
protected int |
getType()
Returns the numeric representation of action type.
|
void |
serialize(Instruction instruction,
io.netty.buffer.ByteBuf outBuffer)
Transforms POJO/DTO into byte message (ByteBuf).
|
serializeHeader
public void serialize(Instruction instruction, io.netty.buffer.ByteBuf outBuffer)
OFSerializer
instruction
- object to be serializedoutBuffer
- output bufferprotected int getType()
AbstractInstructionSerializer
getType
in class AbstractInstructionSerializer
Copyright © 2020 OpenDaylight. All rights reserved.