mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
7 lines
381 B
Text
7 lines
381 B
Text
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
|