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