Arach Tchoupani

Some links and some thoughts

« Back to blog

The MessagePack Project

Fast and Compact Serialization

MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.

Posted June 22, 2010