Query: kiokudb::backend::serialize::jspon::expander
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KiokuDB::Backend::Serialize::JSPON::Expander(3pm) User Contributed Perl Documentation KiokuDB::Backend::Serialize::JSPON::Expander(3pm)NAMEKiokuDB::Backend::Serialize::JSPON::Expander - Inflate JSPON to entry data.SYNOPSISmy $c = KiokuDB::Backend::Serialize::JSPON::Expander->new( id_field => "_id", ); my $entry = $c->collapse_jspon($hashref);DESCRIPTIONThis object is used by KiokuDB::Backend::Serialize::JSPON to expand JSPON compliant hash references to KiokuDB::Entry objects.ATTRIBUTESSee KiokuDB::Backend::Serialize::JSPON::Converter for attributes shared by KiokuDB::Backend::Serialize::JSPON::Collapser and KiokuDB::Backend::Serialize::JSPON::Expander.METHODSexpand_jspon $hashref Recursively inflates the hash reference, returning a KiokuDB::Entry object. perl v5.12.4 2010-10-11 KiokuDB::Backend::Serialize::JSPON::Expander(3pm)