Query: dbi::gofer::serializer::datadumper
OS: centos
Section: 3
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBI::Gofer::Serializer::DataDumper(3) User Contributed Perl Documentation DBI::Gofer::Serializer::DataDumper(3)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.16.3 2013-04-04 DBI::Gofer::Serializer::DataDumper(3)