MsgPack codec mislabeled or broken?

18 views
Skip to first unread message

Tatu Saloranta

unread,
Sep 24, 2013, 5:45:06 PM9/24/13
to jvm-compress...@googlegroups.com
I noticed something odd with MsgPack codec: result size indicates that it is omitting property names. This is not what default MsgPack encoding does for data-binding use case; but it can be used in "manual" mode -- basically one writes custom codec which can omit names similar to JDK serialization or many binary codecs.

There are actually two implementations in codebase; one manual (which should behave like this), and another 'automatic' one. In theory we should be registering automatic one; but for some reason things seem to get mixed.

I don't know how to resolve this but thought I would bring it up, since results running default mode would be misleading (due to missing 'manual' indicator), in case anyone was wondering.

-+ Tatu +-


Reply all
Reply to author
Forward
0 new messages