public abstract class AbstractPccIdReqObjectParser extends Object implements ObjectSerializer, ObjectParser
Modifier and Type | Field and Description |
---|---|
static int |
CLASS |
static int |
IPV4_TYPE |
static int |
IPV6_TYPE |
Constructor and Description |
---|
AbstractPccIdReqObjectParser() |
Modifier and Type | Method and Description |
---|---|
void |
serializeObject(Object object,
io.netty.buffer.ByteBuf buffer)
Serializes given object to bytes wrapped in given ByteBuf.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseObject
public static final int CLASS
public static final int IPV4_TYPE
public static final int IPV6_TYPE
public void serializeObject(Object object, io.netty.buffer.ByteBuf buffer)
ObjectSerializer
serializeObject
in interface ObjectSerializer
object
- PCEP object to be serializedbuffer
- ByteBuf wrapper around serialized objectCopyright © 2018 OpenDaylight. All rights reserved.