Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

DBI::Gofer::Serializer::Base

Name DBI::Gofer::Serializer::Base
Version 0.009950
Located at /usr/local/lib64/perl5
File /usr/local/lib64/perl5/DBI/Gofer/Serializer/Base.pm
Is Core No
Search CPAN for this module DBI::Gofer::Serializer::Base
Documentation DBI::Gofer::Serializer::Base
Module Details DBI::Gofer::Serializer::Base

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 the Data::Serializer manpage 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 Diver brought to you by ScriptSolutions.com © 1997- 2024