NAME

storable2sereal - Convert between serialization formats

VERSION

This document describes version 0.12 of storable2sereal (from Perl distribution App-SerializeUtils), released on 2017-03-01.

SYNOPSIS

This script can be called as various names to convert between serialization formats (note: dd is Perl format using Data::Dump, ddc is Perl format using Data::Dump::Color):

dd2ddc
dd2json
dd2phpser
dd2sereal
dd2storable
dd2yaml

json2dd
json2ddc
json2phpser
json2sereal
json2storable
json2yaml

phpser2dd
phpser2ddc
phpser2json
phpser2sereal
phpser2storable
phpser2yaml

sereal2dd
sereal2ddc
sereal2json
sereal2phpser
sereal2storable
sereal2yaml

storable2dd
storable2ddc
storable2json
storable2phpser
storable2sereal
storable2yaml

yaml2dd
yaml2ddc
yaml2json
yaml2phpser
yaml2sereal
yaml2storable

DESCRIPTION

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/App-SerializeUtils.

SOURCE

Source repository is at https://github.com/sharyanto/perl-App-SerializeUtils.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-SerializeUtils

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

SEE ALSO

App::SerializeUtils

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017, 2015, 2014, 2013, 2011 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.