Function encode
- encode(object): Uint8Array_
Parameters
- object: ValueType
Value to encode to MessagePack binary format.
Returns Uint8Array_
Encoded MessagePack binary data.
- object: ValueType
Value to encode to MessagePack binary format.
Encoded MessagePack binary data.
Encode a value to MessagePack binary format.