| KiokuDB documentation | view source | Contained in the KiokuDB distribution. |
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.
Uses nstore in Storable
Uses thaw in Storable
Uses nstore_fd in Storable.
Uses fd_retrieve in Storable.
| KiokuDB documentation | view source | Contained in the KiokuDB distribution. |