table of contents
Data::Serializer::Sereal(3pm) | User Contributed Perl Documentation | Data::Serializer::Sereal(3pm) |
NAME¶
Data::Serializer::Sereal - Creates bridge between Data::Serializer and SerealVERSION¶
Version 1.05SYNOPSIS¶
Creates bridge between Data::Serializer and SerealSUBROUTINES/METHODS¶
serialize¶
serialize object/datadeserialize¶
deserialize object/datadecoder¶
gets the decoder from options or uses the default decoderencoder¶
gets the encoder from options or uses the default encoder¶
Recreates global ENCODER/DECODER after thread is createdAUTHOR¶
James Rouzier, "<rouzier at gmail.com>"BUGS¶
Please report any bugs or feature requests to "bug-data-serializer-sereal at rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data-Serializer-Sereal>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.SUPPORT¶
You can find documentation for this module with the perldoc command.perldoc Data::Serializer::Sereal
You can also look for information at:
- RT: CPAN's request tracker
<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-Serializer-Sereal>
- AnnoCPAN: Annotated CPAN documentation
- CPAN Ratings
- Search CPAN
LICENSE AND COPYRIGHT¶
Copyright 2014 James Rouzier.This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.
2014-08-08 | perl v5.20.1 |