read-msgpack ( -- obj ) - Factor Documentation

read-msgpack ( -- obj )
MessagePack



Vocabulary
msgpack

Inputs
None

Outputs
obj an object


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

Definition
USING: io msgpack.private ;

IN: msgpack

: read-msgpack ( -- obj ) read1 (read-msgpack) ;

AltStyle によって変換されたページ (->オリジナル) /