148ed443c2
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: http://search.cpan.org/dist/Data-Serializable/ PR: 204058 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision: D4498
6 lines
359 B
Text
6 lines
359 B
Text
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: http://search.cpan.org/dist/Data-Serializable/
|