osx man page for dbi::gofer::serializer::base

Query: dbi::gofer::serializer::base

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

DBI::Gofer::Serializer::Base(3) 			User Contributed Perl Documentation			   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.16.2 2007-09-18 DBI::Gofer::Serializer::Base(3)
Related Man Pages
dbd::gofer::transport::null(3) - mojave
dbd::gofer::transport::null(3) - osx
dbd::gofer::transport::null5.18(3) - mojave
dbd::gofer::policy::base(3) - osx
soap::wsdl::factory::serializer(3pm) - debian
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
When is a _function_ not a _function_?
To print diamond asterisk pattern based on inputs
My first PERL incarnation... Audio Oscillograph
Python: Refer a properties file from different location