
This module converts perl data structures to messagepack and vice versa.
messagepack is a binary-based efficient object serialization format. it enables to exchange structured objects between many languages like json. but unlike json, it is very fast and small.