# Functions
Decode attempts to decode a msgpack-encoded byte buffer into an object instance pointed to by objptr.
Encode returns a msgpack-encoded byte buffer for a given object.
NewDecoder returns a msgpack decoder.
NewLenientDecoder returns a msgpack decoder.
# Variables
CodecHandle is used to instantiate msgpack encoders and decoders with our settings (canonical, paranoid about decoding errors).
LenientCodecHandle is used to instantiate msgpack encoders for the REST API.