jproperties => {
data_type => "text",
is_nullable => 1,
serializer_class => "JSON"
},
...,
);
with 'DBIx::Class::InflateColumn::Serializer::Role::HashContentAccessor' => {
umn::Serializer|DBIx::Class::InflateColumn::Serializer>
- Inflators for data structures, uses eg. JSON to store the data in the database.
=item *
L<DBIx::Class::InflateColumn::Serializer::Hstore|DBI