Man Page: kiokudb::backend::serialize::delegate
Operating Environment: debian
Section: 3pm
KiokuDB::Backend::Serialize::Delegate(3pm) User Contributed Perl Documentation KiokuDB::Backend::Serialize::Delegate(3pm)NAMEKiokuDB::Backend::Serialize::Delegate - Use a KiokuDB::Serializer object instead of a role to handle serialization in a backend.SYNOPSISpackage MyBackend; use Moose; with qw( ... KiokuDB::Backend::Serialize::Delegate ); MyBackend->new( serializer => "yaml", );DESCRIPTIONThis 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)
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Introduction |
| Detecting unused variables... |