DBI::Gofer::Serializer::Storable(3pm) - phpMan

Command: man perldoc info search(apropos)  


DBI::Gofer::Serializer::StorablUsermContributed Perl DocumenDBI::Gofer::Serializer::Storable(3pm)



NAME
       DBI::Gofer::Serializer::Storable - Gofer serialization using Storable

SYNOPSIS
           $serializer = DBI::Gofer::Serializer::Storable->new();

           $string = $serializer->serialize( $data );
           ($string, $deserializer_class) = $serializer->serialize( $data );

           $data = $serializer->deserialize( $string );

DESCRIPTION
       Uses Storable::nfreeze() to serialize and Storable::thaw() to deserialize.

       The serialize() method sets local $Storable::forgive_me = 1; so it doesn't croak if it
       encounters any data types that can't be serialized, such as code refs.

       See also DBI::Gofer::Serializer::Base.



perl v5.10.0                                2007-09-18      DBI::Gofer::Serializer::Storable(3pm)

Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-23 04:55 @38.107.179.238 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!