The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

KiokuDB::Backend::Serialize::JSPON - JSPON serialization helper

VERSION

version 0.55

SYNOPSIS

    with qw(KiokuDB::Backend::Serialize::JSPON);

DESCRIPTION

This serialization role provides JSPON semantics for KiokuDB::Entry and KiokuDB::Reference objects.

For serialization to JSON strings see KiokuDB::Backend::Serialize::JSON.

METHODS

expand_jspon

See "expand_jspon" in KiokuDB::Backend::Serialize::JSPON::Expander

collapse_jspon

See "collapse_jspon" in KiokuDB::Backend::Serialize::JSPON::Collapser

AUTHOR

Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Yuval Kogman, Infinity Interactive.

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