MessagePack - Factor Documentation (original) (raw)

MessagePack

Decoding support for the MessagePack protocol:
read-msgpack ( -- obj )
?read-msgpack ( -- obj/f ? )
read-msgpacks ( -- objs )
msgpack> ( seq -- obj )

Encoding support for the MessagePack protocol:

write-msgpack ( obj -- )

>msgpack ( obj -- bytes )