Query: kiokudb::backend::serialize::jspon::collapser
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KiokuDB::Backend::Serialize::JSPON::Collapser(3pm) User Contributed Perl Documentation KiokuDB::Backend::Serialize::JSPON::Collapser(3pm)NAMEKiokuDB::Backend::Serialize::JSPON::Collapser - Collapse entry data to JSPON compliant structuresSYNOPSISmy $c = KiokuDB::Backend::Serialize::JSPON::Collapser->new( id_field => "_id", ); my $hashref = $c->collapse_jspon($entry);DESCRIPTIONThis object is used by KiokuDB::Backend::Serialize::JSPON to convert KiokuDB::Entry objects to JSPON compliant structures.ATTRIBUTESSee KiokuDB::Backend::Serialize::JSPON::Converter for attributes shared by KiokuDB::Backend::Serialize::JSPON::Collapser and KiokuDB::Backend::Serialize::JSPON::Expander.METHODScollapse_jspon $entry Collapses the entry recursively, returning a JSPON compliant data structure suitable for serialization as a JSON string. perl v5.12.4 2010-10-11 KiokuDB::Backend::Serialize::JSPON::Collapser(3pm)