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