Decode a msgpack byte array to an Encodable object.
The msgpack bytes to decode
The class of the object to decode. This class must match the object that was encoded.
An instance of the class with the decoded data
Generated using TypeDoc
Decode a msgpack byte array to an Encodable object.