logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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. perl v5.40.0 2025-02-01 DBI::Gofer::Ser...zer::DataDumper(3pm)

Name

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

Synopsis

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

See Also