Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 6.0.2

(Squeeze)

DBI::Gofer::Serializer::Base(3pm)


DBI::Gofer::Serializer::Base

DBI::Gofer::Serializer::Base

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.



DBI::Gofer::Serializer::Base(3pm)