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::SerializerUseroContributed PeDBI::Gofer::Serializer::Storable(3pm)

NAME
       DBI::Gofer::Serializer::Storable - Gofer serialization using Storable

SYNOPSIS
           $serializer = DBI::Gofer::Serializer::Storable->new();

           $string = $serializer->serialize( $data );
           ($string, $deserializer_class) = $serializer->serialize( $data );

           $data = $serializer->deserialize( $string );

DESCRIPTION
       Uses Storable::nfreeze() to serialize and Storable::thaw() to
       deserialize.

       The serialize() method sets local $Storable::forgive_me = 1; so it
       doesn't croak if it encounters any data types that can't be serialized,
       such as code refs.

       See also DBI::Gofer::Serializer::Base.

perl v5.20.0                      2013-06DBI::Gofer::Serializer::Storable(3pm)

Czas wygenerowania: 0.00013 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