Qore msgpack Module
1.0.0
|
Modules | |
MessagePack Constants | |
Functions | |
*binary | msgpack::msgpack_pack (auto value, int mode=MSGPACK_SIMPLE_MODE) |
Packs passed Qore value. More... | |
auto | msgpack::msgpack_unpack (binary value, int mode=MSGPACK_SIMPLE_MODE) |
Unpacks serialized MessagePack value. More... | |
*binary msgpack::msgpack_pack | ( | auto | value, |
int | mode = MSGPACK_SIMPLE_MODE |
||
) |
Packs passed Qore value.
value | value to pack |
mode | operation mode |
ENCODING-ERROR | encoding error occured during packing |
INVALID-MODE | passed operation mode is invalid |
PACK-ERROR | packing failed |
auto msgpack::msgpack_unpack | ( | binary | value, |
int | mode = MSGPACK_SIMPLE_MODE |
||
) |
Unpacks serialized MessagePack value.
value | value to unpack |
mode | operation mode |
ENCODING-ERROR | encoding error occured during unpacking |
INVALID-MODE | passed operation mode is invalid |
UNPACK-ERROR | unpacking failed |