DBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumper


DBI documentation  | view source Contained in the DBI distribution.

Index


NAME

Top

DBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumper

SYNOPSIS

Top

    $serializer = DBI::Gofer::Serializer::DataDumper->new();

    $string = $serializer->serialize( $data );

DESCRIPTION

Top

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.


DBI documentation  | view source Contained in the DBI distribution.