KiokuDB::Backend::Serialize::JSON
Role to serialize entries to JSON strings with KiokuDB::Backend::Serialize::JSPON semantics
- Provided by: libkiokudb-perl (Version: 0.57-1)
- Report a bug
Role to serialize entries to JSON strings with KiokuDB::Backend::Serialize::JSPON semantics
version 0.57
with qw(KiokuDB::Backend::Serialize::JSON);
sub foo {
my ( $self, $entry ) = @_;
my $json_string = $self->serialize($entry);
}
This role provides additional convenience attributes and methods for backends that encode entries to JSON strings, on top of KiokuDB::Backend::Serialize::JSPON which only restructures the data.
KiokuDB::Backend::Serialize::Delegate is preferred to using this directly.
Yuval Kogman <nothingmuch@woobling.org>
This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.