Using MessagePack with Android

后端 未结 4 664
醉话见心
醉话见心 2020-12-03 04:07

Has someone tried to use MessagePack with an Android app?
Is it possible? I have tried to use the Jar from msgpack-java and received the following Exceptio

4条回答
  •  春和景丽
    2020-12-03 04:36

    There is a critical msgpack bug saying data packed with msgpack will get corrupted on the Dalvik VM. http://jira.msgpack.org/browse/MSGPACK-51

提交回复
热议问题