akalend/hhvm-msgpack

The Hack collections is n't support

Opened this issue · 2 comments

The Hack collections is n't support

create msgpack_options( MSGPACK_OPT_RETURN_AS_COLLECTIONS )
MSGPACK_OPT_NONE - none options
MSGPACK_OPT_RETURN_AS_COLLECTIONS - set return type as collections else as array

Use Collections in the parameters by serialization or as Array is fixed.
How to return the \HH\Map object I don't know.