-
-
08 Aug 2014 20:33:07 UTC
- Distribution: Data-Serializer-Sereal
- Module version: 1.05
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (2433 / 10 / 0)
- Kwalitee
Bus factor: 0- 43.64% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (3.5KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Data::Serializer
- Sereal::Decoder
- Sereal::Encoder
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Data::Serializer::Sereal - Creates bridge between Data::Serializer and Sereal
VERSION
Version 1.05
SYNOPSIS
Creates bridge between Data::Serializer and Sereal
SUBROUTINES/METHODS
serialize
serialize object/data
deserialize
deserialize object/data
decoder
gets the decoder from options or uses the default decoder
encoder
gets the encoder from options or uses the default encoder
Recreates global ENCODER/DECODER after thread is created
AUTHOR
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.
Module Install Instructions
To install Data::Serializer::Sereal, copy and paste the appropriate command in to your terminal.
cpanm Data::Serializer::Sereal
perl -MCPAN -e shell install Data::Serializer::Sereal
For more information on module installation, please visit the detailed CPAN module installation guide.