Interface ObjectSerializer
- All Known Implementing Classes:
AbstractAssociationGroupParser,AbstractEROWithSubobjectsParser,AbstractObjectWithTlvsParser,AbstractPccIdReqObjectParser,AbstractPceIdObjectParser,AbstractRROWithSubobjectsParser,AbstractVendorInformationObjectParser,AbstractXROWithSubobjectsParser,BandwidthUsageObjectCodec,BranchNodeListObjectParser,NonBranchNodeListObjectParser,PCEPAssociationIPv4ObjectParser,PCEPAssociationIPv6ObjectParser,PCEPBandwidthObjectParser,PCEPClassTypeObjectParser,PCEPCloseObjectParser,PCEPEndPointsObjectSerializer,PCEPErrorObjectParser,PCEPExcludeRouteObjectParser,PCEPExistingBandwidthObjectParser,PCEPExplicitRouteObjectParser,PCEPGlobalConstraintsObjectParser,PCEPIncludeRouteObjectParser,PCEPLoadBalancingObjectParser,PCEPLspaObjectParser,PCEPMetricObjectParser,PCEPMonitoringObjectParser,PCEPNoPathObjectParser,PCEPNotificationObjectParser,PCEPObjectiveFunctionObjectParser,PCEPOpenObjectParser,PCEPOverloadObjectParser,PCEPPathKeyObjectParser,PCEPPccIdReqIPv4ObjectParser,PCEPPccIdReqIPv6ObjectParser,PCEPPceIdIPv4ObjectParser,PCEPPceIdIPv6ObjectParser,PCEPProcTimeObjectParser,PCEPReportedRouteObjectParser,PCEPRequestParameterObjectParser,PCEPSecondaryExplicitRouteObjecParser,PCEPSecondaryRecordRouteObjectParser,PCEPSvecObjectParser,PCEPUnreachDestinationSerializer,StatefulLspObjectParser,StatefulSrpObjectParser
public interface ObjectSerializer
-
Method Summary
Modifier and TypeMethodDescriptionvoidserializeObject(Object object, io.netty.buffer.ByteBuf buffer) Serializes given object to bytes wrapped in given ByteBuf.
-
Method Details
-
serializeObject
Serializes given object to bytes wrapped in given ByteBuf.- Parameters:
object- PCEP object to be serializedbuffer- ByteBuf wrapper around serialized object
-