libdata-messagepack-perl

Messagepack serializing/deserializing
  https://metacpan.org/module/Data::MessagePack
  0
  no reviews



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.