Man Page: kiokudb::backend::serialize
Operating Environment: debian
Section: 3pm
KiokuDB::Backend::Serialize(3pm) User Contributed Perl Documentation KiokuDB::Backend::Serialize(3pm)NAMEKiokuDB::Backend::Serialize - Serialization role for backendsSYNOPSISpackage KiokuDB::Backend::Serialize::Foo; use Moose::Role; use Foo; use namespace::clean -except => 'meta'; with qw(KiokuDB::Backend::Serialize); sub serialize { my ( $self, $entry ) = @_; Foo::serialize($entry) } sub deserialize { my ( $self, $blob ) = @_; Foo::deserialize($blob); }DESCRIPTIONThis role provides provides a consistent way to use serialization modules to handle backend serialization. See KiokuDB::Backend::Serialize::Storable, KiokuDB::Backend::Serialize::YAML and KiokuDB::Backend::Serialize::JSON for examples.REQUIRED METHODSserializate $entry Takes a KiokuDB::Entry as an argument. Should return a value suitable for storage by the backend. deserialize $blob Takes whatever "serializate" returned and should inflate and return a KiokuDB::Entry. perl v5.12.4 2010-12-19 KiokuDB::Backend::Serialize(3pm)
| Related Man Pages |
|---|
| apache::session::serialize::sybase(3pm) - debian |
| kiokudb::backend(3pm) - debian |
| kiokudb::entry(3pm) - debian |
| kiokudb::linker(3pm) - debian |
| kiokudb::typemap(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| One instance of comparing grep and awk |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |
| New UNIX and Linux History Sections |