Object serialization: Difference between revisions

Content added Content deleted
m (removed omit from phix)
m (→‎{{header|Perl 6}}: fix formatting)
Line 1,754: Line 1,754:
This time the objects were serialized to the [http://www.json.org/ JSON] format. Other supported formats are [http://search.cpan.org/perldoc?Storable Storable] and [http://www.yaml.org/ YAML].
This time the objects were serialized to the [http://www.json.org/ JSON] format. Other supported formats are [http://search.cpan.org/perldoc?Storable Storable] and [http://www.yaml.org/ YAML].


== {{header|Perl 6}} ==
=={{header|Perl 6}}==
<lang perl6>#!/usr/bin/env perl6
<lang perl6>#!/usr/bin/env perl6