blob: e793d4733a198c3e555df903c1f7ffe485b44287 (
plain)
1
2
3
4
5
6
7
|
This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called Sereal. Its sister module
Sereal::Decoder implements a decoder for this format. The two are released
separately to allow for independent and safer upgrading.
The Sereal protocol version emitted by this encoder implementation is
currently protocol version 1.
|