The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

KiokuDB::Serializer - Standalone serializer object

SYNOPSIS

    Backend->new(
        serializer => KiokuDB::Serializer::Storable->new( ... ),
    );

DESCRIPTION

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.