freebsd-ports/devel/p5-Data-Serializable/pkg-descr
Martin Wilke 148ed443c2 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/

PR:		204058
Submitted by:	jeremybbaggs@gmail.com
Approved by:    mat (mentor)
Differential Revision: D4498
2015-12-11 13:55:32 +00:00

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/