NAME

Data::Object::Role::Dumper

ABSTRACT

Data-Object Dumper Role

SYNOPSIS

use Data::Object::Class;

with 'Data::Object::Role::Dumper';

DESCRIPTION

Data::Object::Role::Dumper provides routines for operating on Perl 5 data objects which meet the criteria for being dumpable.

METHODS

This package implements the following methods.

dump

dump() : Str

The dump method returns a string representation of the underlying data.

dump example
my $dump = $self->dump();