
KiokuDB::Backend::Serialize::Storable - Storable based serialization of KiokuDB::Entry objects.

package MyBackend;
with qw(KiokuDB::Backend::Serialize::Storable;

This role provides Storable based serialization of KiokuDB::Entry objects for a backend, with streaming capabilities.
KiokuDB::Backend::Serialize::Delegate is preferred to using this directly.
