KiokuDB::TypeMap::Entry::Naive
A typemap entry for "simple" objects
- Provided by: libkiokudb-perl (Version: 0.57-1)
- Report a bug
A typemap entry for "simple" objects
version 0.57
KiokuDB::TypeMap->new(
entires => {
'My::Class' => KiokuDB::TypeMap::Entry::Naive->new,
},
);
This typemap entry is suitable for plain objects that can be stored by simply walking them recursively.
Most objects fall into this category, but there are notable exceptions:
This applies to any object interacting with a global state of some sort.
Yuval Kogman <nothingmuch@woobling.org>
This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.