MessagePack is an object serialization specification like JSON.
MessagePack has two concepts: type system and formats. Serialization is conversion from application types into MessagePack formats via MessagePack types. Deserialization is conversion from MessagePack formats into application types via MessagePack types.
Serlialization: