blob: 25ee2daac03d394aefa08d14c4c9da0bc1b73159 (
plain) (
blame)
1
2
3
4
|
MessagePack is an efficient binary serialization format. It lets you exchange
data among multiple languages like JSON. But it's faster and smaller. Small
integers are encoded into a single byte, and typical short strings require only
one extra byte in addition to the strings themselves.
|