:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
DBI::Gofer::Serializer::Base(3pm) - phpMan

Command: man perldoc info search(apropos)  


DBI::Gofer::Serializer::Base(3pUser Contributed Perl DocumentatiDBI::Gofer::Serializer::Base(3pm)



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.20.0                                2013-06-24          DBI::Gofer::Serializer::Base(3pm)


/man
rootr.net - man pages