|
|
| |
Dancer2::Session::DBIC::Role::Serializer(3) |
User Contributed Perl Documentation |
Dancer2::Session::DBIC::Role::Serializer(3) |
Dancer2::Session::DBIC::Role::Serializer - role consumed by all serializers
The following methods must be provided by any class which consumes this role:
- serialize
- deserialize
- _build_serializer
- _build_deserializer
Options to be passed to the constructor of the underlying serializer class as a
hash reference.
Defaults to an empty hash reference.
Options to be passed to the constructor of the underlying deserializer class as
a hash reference.
Defaults to an empty hash reference.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |