read-msgpack ( -- obj )
MessagePack

Next:?read-msgpack ( -- obj/f ? )


Vocabulary
msgpack

Inputs
None

Outputs
objan object


Word description
Decodes an object that was serialized in the MessagePack format, reading from an input-stream.

Definition