Linux.pl
Opcje wyszukiwania podręcznika man:
Lista stron man zaczynających się od znaku:
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z   ALPHA   NUM   OTHER   ALL
DBI::Gofer::SerializerUsersContributed Perl DDBI::Gofer::Serializer::Base(3pm)

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.20.0                      2013-06-24 DBI::Gofer::Serializer::Base(3pm)

Czas wygenerowania: 0.00050 sek.


Created with the man page lookup class by Andrew Collington.
Based on a C man page viewer by Vadim Pavlov
Unicode soft-hyphen fix (as used by RedHat) by Dan Edwards
Some optimisations by Eli Argon
Caching idea and code contribution by James Richardson

Copyright © 2003-2023 Linux.pl
Hosted by Hosting Linux.pl