DBI::Gofer::Serializer::Base

Section: User Contributed Perl Documentation (3pm)
Updated: 2022-11-19
Index Return to Main Contents
 

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.


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 19:37:20 GMT, April 26, 2024