NAME
App::Manoc::ControllerRole::ObjectSerializer - Role for controllers accessing resultset
VERSION
version 2.99.3
DESCRIPTION
This is a role providing support function for controllers which serialize a resultset.
METHODS
autodiscover_serialize_columns
serialize_object ( $c, $row)
Get an hashref from a row.
serialize_objects ( $c, \@rows)
Get an hashref from a row.
NAME
App::Manoc::ControllerRole::ResultSet
AUTHORS
Gabriele Mambrini <gmambro@cpan.org>
Enrico Liguori
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Gabriele Mambrini.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.