KiokuDB::TypeMap::Entry::Naive(3pm) | User Contributed Perl Documentation | KiokuDB::TypeMap::Entry::Naive(3pm) |
KiokuDB::TypeMap::Entry::Naive - 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.
2022-05-23 | perl v5.34.0 |