DBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumper |
DBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumper
$serializer = DBI::Gofer::Serializer::DataDumper->new();
$string = $serializer->serialize( $data );
Uses DataDumper to serialize. Deserialization is not supported. The output of this class is only meant for human consumption.
See also the DBI::Gofer::Serializer::Base manpage.
DBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumper |