Replies: 1 comment 2 replies
-
|
I think your questions are answered in this doc. Can you review it and reply with any remaining questions? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@AArnott can you help with the question?
should I think the format of body producing by this library is the same with original MessagePack library? for contractless mode (key is a property name).
If not, should I use separate deserializer on java script side to deserialize message created by this library or I can use the same?
I tried to check format compatibility serializing message by NerdBank and deserializing by original (I use C# library)
and for some cases it works , but for some it throws error.
But I'am not sure mb I have to use some settings to make format compatible...
my simple example:
Beta Was this translation helpful? Give feedback.
All reactions