Subject: | Custom serializes namespace |
The module documentation says that if I would like to implement a
custom serializer, I should create two new modules in the
Catalyst::Action::Serialize and Catalyst::Action::Deserialize
namespace. But it isn't convenient to have such separate namespace in
my project. I believe in configuration should be some option to specify
my own serializers namespace or full path to certain serializer should
be recognized correctly.