public interface CborObject
Modifier and Type | Interface and Description |
---|---|
static class |
CborObject.CborBoolean |
static class |
CborObject.CborByteArray |
static class |
CborObject.CborList |
static class |
CborObject.CborLong |
static class |
CborObject.CborMap |
static class |
CborObject.CborMerkleLink |
static class |
CborObject.CborNull |
static class |
CborObject.CborString |
Modifier and Type | Field and Description |
---|---|
static int |
LINK_TAG |
Modifier and Type | Method and Description |
---|---|
static CborObject |
deserialize(CborDecoder decoder) |
static CborObject |
fromByteArray(byte[] cbor) |
void |
serialize(CborEncoder encoder) |
default byte[] |
toByteArray() |
static final int LINK_TAG
void serialize(CborEncoder encoder)
default byte[] toByteArray()
static CborObject fromByteArray(byte[] cbor)
static CborObject deserialize(CborDecoder decoder)