Subject: | DBIx-Class-InflateColumn-Serializer-CompressJSON |
Date: | Mon, 10 Sep 2012 18:16:26 +0200 |
To: | bug-DBIx-Class-InflateColumn-Serializer [...] rt.cpan.org, Alexis Sukrieh <alexis [...] weborama.com> |
From: | Nicolas Oudard <noudard [...] weborama.com> |
Hello José Luis,
On my project, I need the same thing that you module do : inflate column
to Json but I need also to compress the data.
To do it I copy the DBIx-Class-InflateColumn-Serializer-JSON to
DBIx-Class-InflateColumn-Serializer-CompressJSON and add the
compression. This code add the dependency to Compress::Zlib module.
Perhaps you are interested to include this file to your module ? or do
you prefer I keep it a a external module ?
Please, tell me what is your point of view ?
You can have a look to my code here :
https://github.com/kolok/DBIx-Class-InflateColumn-Serializer-CompressJSON
Thank you for your time and your module.
Nicolas