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