Query: dbi::gofer::serializer::datadumper
OS: linux
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBI::Gofer::Serializer::DataDumper(3pm) User Contributed Perl Documentation DBI::Gofer::Serializer::DataDumper(3pm)NAMEDBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumperSYNOPSIS$serializer = DBI::Gofer::Serializer::DataDumper->new(); $string = $serializer->serialize( $data );DESCRIPTIONUses DataDumper to serialize. Deserialization is not supported. The output of this class is only meant for human consumption. See also DBI::Gofer::Serializer::Base. perl v5.12.3 2007-09-18 DBI::Gofer::Serializer::DataDumper(3pm)