Home   Products   Members   Contact Us   Forums   Blog   Directory   About Us   Site Menu  


Virtual Solutions : Resources : Documentation : Perl Modules : Home

Print Page Email Page Bookmark Page

DBI::Gofer::Serializer::Base


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 the Data::Serializer manpage 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.




© Copyright 1997 - 2009 Virtual Solutions. All Rights Reserved.

Valid XHTML 1.0 Transitional Valid CSS!