KiokuDB::Serializer
Standalone serializer object
- Provided by: libkiokudb-perl (Version: 0.57-2build1)
- Report a bug
Standalone serializer object
version 0.57
Backend->new(
serializer => KiokuDB::Serializer::Storable->new( ... ),
);
This role is for objects which perform the serialization roles (e.g. KiokuDB::Backend::Serialize::Storable) but can be used independently.
This is used by KiokuDB::Backend::Serialize::Delegate and KiokuDB::Cmd::DumpFormatter.
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.