>msgpack ( obj -- bytes )
MessagePack

Prev:write-msgpack ( obj -- )


Vocabulary
msgpack

Inputs
objan object


Outputs
bytesa byte-array


Word description
Encodes an object into the MessagePack format.

Definition