Take me over?
The maintainer of this distribution is looking for someone to take over!
        If you're interested then please contact them via
        email.
        
      
  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.