DBI::Gofer::Serializer::DataDumper

Section: User Contributed Perl Documentation (3pm)
Updated: 2022-11-19
Index Return to Main Contents
 

NAME

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

SYNOPSIS

    $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.


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 20:58:26 GMT, April 18, 2024