public class Ofdpa3MatchMplsL2PortCodec extends org.onosproject.codec.JsonCodec<Ofdpa3MatchMplsL2Port>
| Constructor and Description |
|---|
Ofdpa3MatchMplsL2PortCodec() |
| Modifier and Type | Method and Description |
|---|---|
Ofdpa3MatchMplsL2Port |
decode(com.fasterxml.jackson.databind.node.ObjectNode json,
org.onosproject.codec.CodecContext context) |
com.fasterxml.jackson.databind.node.ObjectNode |
encode(Ofdpa3MatchMplsL2Port matchMplsL2Port,
org.onosproject.codec.CodecContext context) |
public com.fasterxml.jackson.databind.node.ObjectNode encode(Ofdpa3MatchMplsL2Port matchMplsL2Port, org.onosproject.codec.CodecContext context)
encode in class org.onosproject.codec.JsonCodec<Ofdpa3MatchMplsL2Port>public Ofdpa3MatchMplsL2Port decode(com.fasterxml.jackson.databind.node.ObjectNode json, org.onosproject.codec.CodecContext context)
decode in class org.onosproject.codec.JsonCodec<Ofdpa3MatchMplsL2Port>