NAME

serializeutils-convert - Convert between serialization formats

VERSION

This document describes version 0.07 of serializeutils-convert (from Perl distribution App-SerializeUtils), released on 2014-05-22.

SYNOPSIS

This script can be called as various names to convert between serialization formats:

dd2json
dd2phpser
dd2sereal
dd2storable
dd2yaml

json2dd
json2phpser
json2sereal
json2storable
json2yaml

phpser2dd
phpser2json
phpser2sereal
phpser2storable
phpser2yaml

sereal2dd
sereal2json
sereal2phpser
sereal2storable
sereal2yaml

storable2dd
storable2json
storable2phpser
storable2sereal
storable2yaml

yaml2dd
yaml2json
yaml2phpser
yaml2sereal
yaml2storable

DESCRIPTION

SEE ALSO

App::SerializeUtils

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.

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Steven Haryanto.

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