MessagePack: Efficient, Cross Language Binary Object Serialization MessagePack GitHub repo is a new binary-based object serialization protocol and library built with efficiency and speed in mind. Developer Sadayuki Furuhashi presents it as a faster alternative to JSON that has similarly broad support across several popular languages. Serialization is the process of taking an object (such as a stri

