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

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

OS: linux

Section: 3pm

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

DBI::Gofer::Serializer::Base(3pm)			User Contributed Perl Documentation			 DBI::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.12.3 2007-09-18 DBI::Gofer::Serializer::Base(3pm)
Related Man Pages
dbd::gofer::policy::base(3pm) - linux
dbd::gofer::transport::null5.18(3) - mojave
data::serializer::convert::bencode_xs(3pm) - debian
data::serializer::cookbook(3pm) - debian
data::serializer::raw(3pm) - debian
Similar Topics in the Unix Linux Community
Featured Books and Articles by Active Forum Members
Please Donate to the Red Cross for Earthquake and Tsunami Relief in Japan
Scripts without shebang
Answers to Recently Asked Questions about UNIX.COM
UNIX.com End of Year (EOY) Report (2019)