DBI::Gofer::Serializer::Base - phpMan

Command: man perldoc info search(apropos)  


Sections
NAME SYNOPSIS DESCRIPTION
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.


Generated by phpMan Author: Che Dong On Apache Under GNU General Public License - MarkDown Format
2026-05-23 10:41 @216.73.217.24 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 TransitionalValid CSS!

^_back to top