KiokuDB::Backend::Serialize::Delegate - Use a KiokuDB::Serializer object instead of a role to handle
Contents
Copyright And License
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.
perl v5.34.0 2022-05-23 KiokuDB::Backe...alize::Delegate(3pm)
Description
This role provides a "serialzier" attribute (by default KiokuDB::Serializer::Storable) with coercions
from a moniker string for easy serialization format selection.
Name
KiokuDB::Backend::Serialize::Delegate - Use a KiokuDB::Serializer object instead of a role to handle
serialization in a backend.
Synopsis
package MyBackend;
use Moose;
with qw(
...
KiokuDB::Backend::Serialize::Delegate
);
MyBackend->new(
serializer => "yaml",
);
Version
version 0.57
