Query: dbi::gofer::serializer::base
OS: debian
Section: 3pm
Links: debian man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBI::Gofer::Serializer::Base(3pm) User Contributed Perl Documentation DBI::Gofer::Serializer::Base(3pm)NAMEDBI::Gofer::Serializer::Base - base class for Gofer serializationSYNOPSIS$serializer = $serializer_class->new(); $string = $serializer->serialize( $data ); ($string, $deserializer_class) = $serializer->serialize( $data ); $data = $serializer->deserialize( $string );DESCRIPTIONDBI::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.14.2 2007-09-18 DBI::Gofer::Serializer::Base(3pm)