Skip Menu |

This queue is for tickets about the Data-Serializer CPAN distribution.

Report information
The Basics
Id: 96816
Status: rejected
Priority: 0/
Queue: Data-Serializer

People
Owner: Nobody in particular
Requestors: sharyanto [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Please support Sereal format
It's better in almost all aspects compared to Storable (more compact, faster, cross-platform by default, cross-language, and so on). It doesn't croak when fed Regexp objects by default. BTW, I'm trying to add Sereal support to CHI. I also create CHI::Serializer::Sereal. Regards, Steven
I'd love to see this too. Any news on this? :)

- Salve

On Sun Jun 29 16:40:34 2014, SHARYANTO wrote:
Show quoted text
> It's better in almost all aspects compared to Storable (more compact,
> faster, cross-platform by default, cross-language, and so on). It
> doesn't croak when fed Regexp objects by default.
>
> BTW, I'm trying to add Sereal support to CHI. I also create
> CHI::Serializer::Sereal.
>
> Regards,
> Steven


Thankfully https://metacpan.org/pod/Data::Serializer::Sereal solved that problem.