dbi::gofer::serializer::base(3) suse man page | unix.com

Man Page: dbi::gofer::serializer::base

Operating Environment: suse

Section: 3

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.12.1 2007-09-18 DBI::Gofer::Serializer::Base(3)
Related Man Pages
dbd::gofer::transport::null(3) - mojave
dbd::gofer::policy::base(3) - suse
dbd::gofer::policy::base(3) - osx
dbd::gofer::transport::null(3) - centos
data::serializer::raw(3pm) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues
SOCKS proxy & PAM configuration exposure