Take me over?
NAME
KiokuDB::Backend::Serialize::JSPON::Converter - Common functionality for JSPON expansion/collapsing
SYNOPSIS
# internal
DESCRIPTION
These attributes are shared by both KiokuDB::Backend::Serialize::JSPON::Converter and KiokuDB::Backend::Serialize::JSPON::Expander.
These attributes are also available in KiokuDB::Backend::Serialize::JSPON and passed to the constructors of the expander and the collapser.
ATTRIBUTES
- id_field
- class_field
- class_meta_field
- root_field
- deleted_field
- tied_field
- data_field
- ref_field
-
The various field name mappings for the KiokuDB::Entry attributes.
Everything defaults to the attribute name, except
class
andclass_meta
which default to__CLASS__
and__META__
for compatibility with MooseX::Storage wheninline_data
is set, andref_field
which is set to$ref
according to the JSPON spec. - inline_data
-
Determines whether or not the entry data keys are escaped and the data is stored in the same top level mapping, or inside a the
data_field
key.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 119:
'=item' outside of any '=over'