DBI::Gofer::Serializer::Base(3) - phpMan

Command: man perldoc info search(apropos)  


DBI::Gofer::Serializer::Base(3)User Contributed Perl DocumentationDBI::Gofer::Serializer::Base(3)



NAME
       DBI::Gofer::Serializer::Base - base class for Gofer serialization

SYNOPSIS
           $serializer = $serializer_class->new();

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

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

DESCRIPTION
       DBI::Gofer::Serializer::* classes implement a very minimal subset of the Data::Serializer
       API.

       Gofer serializers are expected to be very fast and are not required to deal with anything
       other than non-blessed references to arrays and hashes, and plain scalars.



perl v5.16.3                                2013-04-04            DBI::Gofer::Serializer::Base(3)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-04-16 01:34 @3.145.23.123 CrawledBy claudebot
Valid XHTML 1.0!Valid CSS!