Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
KiokuDB::Backend::Serialize::JSPON::Collapser - Collapse entry data to JSPON compliant structures
SYNOPSIS
my $c = KiokuDB::Backend::Serialize::JSPON::Collapser->new(
id_field => "_id",
);
my $hashref = $c->collapse_jspon($entry);
DESCRIPTION
This object is used by KiokuDB::Backend::Serialize::JSPON to convert KiokuDB::Entry objects to JSPON compliant structures.
ATTRIBUTES
See KiokuDB::Backend::Serialize::JSPON::Converter for attributes shared by KiokuDB::Backend::Serialize::JSPON::Collapser and KiokuDB::Backend::Serialize::JSPON::Expander.