debian man page for kiokudb::backend::serialize::delegate

Query: kiokudb::backend::serialize::delegate

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

KiokuDB::Backend::Serialize::Delegate(3pm)		User Contributed Perl Documentation		KiokuDB::Backend::Serialize::Delegate(3pm)

NAME
KiokuDB::Backend::Serialize::Delegate - Use a KiokuDB::Serializer object instead of a role to handle serialization in a backend.
SYNOPSIS
package MyBackend; use Moose; with qw( ... KiokuDB::Backend::Serialize::Delegate ); MyBackend->new( serializer => "yaml", );
DESCRIPTION
This role provides a "serialzier" attribute (by default KiokuDB::Serializer::Storable) with coercions from a moniker string for easy serialization format selection. perl v5.12.4 2010-10-11 KiokuDB::Backend::Serialize::Delegate(3pm)
Related Man Pages
apache::session::serialize::sybase(3pm) - debian
kiokudb::typemap::composite(3pm) - debian
kiokudb::typemap::entry::callback(3pm) - debian
kiokudb::typemap::entry::compiled(3pm) - debian
kiokudb::util(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?