agent/cbor library
Classes
Functions
-
cborDecode<
T> (List< int> value) → T -
cborEncode(
dynamic value, {SelfDescribeEncoder? withSerializer}) → Uint8List -
initCborSerializer(
) → SelfDescribeEncoder -
initCborSerializerNoHead(
) → SelfDescribeEncoder -
serializeValue(
int major, int minor, String val) → ByteBuffer