logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

KiokuDB::Serializer - Standalone serializer object

Author

       Yuval Kogman <nothingmuch@woobling.org>

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.

Name

       KiokuDB::Serializer - Standalone serializer object

Synopsis

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

Version

       version 0.57

See Also