Man Page: kiokudb::typemap::entry::passthrough
Operating Environment: debian
Section: 3pm
KiokuDB::TypeMap::Entry::Passthrough(3pm) User Contributed Perl Documentation KiokuDB::TypeMap::Entry::Passthrough(3pm)NAMEKiokuDB::TypeMap::Entry::Passthrough - A typemap entry of objects that will be serialized by the backend.SYNOPSISKiokuDB::TypeMap->new( entires => { 'Value::Object' => KiokuDB::TypeMap::Entry::Naive->new, }, );DESCRIPTIONThis typemap entry delegates the handling of certain objects to the backend. A prime example is DateTime being handled by KiokuDB::Backend::Serialize::Storable. DateTime has efficient Storable hooks, and does not refer to any domain objects, so it is safe to assume that it can just be passed through for serialization.ATTRIBUTESintrinsic If true the object will be just left in place. If false, the object will get its own ID and entry, and the object will be in the "data" field of that entry. perl v5.12.4 2010-10-11 KiokuDB::TypeMap::Entry::Passthrough(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| Introduction |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |