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


KiokuDB documentation  | view source Contained in the KiokuDB distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

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

METHODS

Top

expand_jspon

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

collapse_jspon

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


KiokuDB documentation  | view source Contained in the KiokuDB distribution.