DBI::Gofer::Serializer::DataDumper (3)
Leading comments
Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) Standard preamble: ========================================================================
NAME
DBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumperSYNOPSIS
$serializer = DBI::Gofer::Serializer::DataDumper->new(); $string = $serializer->serialize( $data );
DESCRIPTION
Uses DataDumper to serialize. Deserialization is not supported. The output of this class is only meant for human consumption.See also DBI::Gofer::Serializer::Base.