blob: ce63c1b4de4c9f172d6bf7457d6857584a732715 (
plain)
1
2
3
4
5
6
7
|
Data::Serializable is a Moose-based role that enables the consumer to easily
serialize/deserialize data structures. The default serializer is Storable, but
any serializer in the Data::Serializer hierarchy can be used automatically. You
can even install your own custom serializer if the pre-defined ones are not
useful for you.
WWW: https://metacpan.org/release/Data-Serializable
|