Man Page: jifty::dbi::filter::storable
Operating Environment: debian
Section: 3pm
Jifty::DBI::Filter::Storable(3pm) User Contributed Perl Documentation Jifty::DBI::Filter::Storable(3pm)NAMEJifty::DBI::Filter::Storable - Encodes arbitrary data using StorableDESCRIPTIONThis filter allows you to store arbitrary Perl data structures in a column of type 'blob', using Storable to serialize them. encode If value is defined, then encodes it using "nfreeze" in Storable. Does nothing if value is not defined. decode If value is defined, then decodes it using "thaw" in Storable, otherwise does nothing.SEE ALSOJifty::DBI::Filter, Storable perl v5.14.2 2009-12-28 Jifty::DBI::Filter::Storable(3pm)