manpagez: man pages & more
man DBI::Gofer::Serializer::Base(3)
Home | html | info | man

DBI::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.10.0                      2007-09-18   DBI::Gofer::Serializer::Base(3)

Mac OS X 10.6 - Generated Thu Sep 17 20:11:24 CDT 2009
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.