Top "Messagepack" questions

MessagePack is a binary-based efficient object serialization library.

Performant Entity Serialization: BSON vs MessagePack (vs JSON)

Recently I've found MessagePack, an alternative binary serialization format to Google's Protocol Buffers and JSON which also outperforms both. Also …

serialization deserialization bson msgpack messagepack
How to use MessagePack in C#?

I read the msgpack-cli quick start documentation. I also got the C# (CLI) NuGet package (v0.3). None of the classes (…

c# .net serialization messagepack
Using MessagePack with Android

Has someone tried to use MessagePack with an Android app? Is it possible? I have tried to use the Jar …

java android msgpack messagepack
MessagePack slower than native node.js JSON

I just installed node-msgpack and tested it against native JSON. MessagePack is much slower. Anyone know why? Using the authors' …

node.js msgpack messagepack