The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Business::UPS::Tracking::Role::Serialize - Serialize objects

DESCRIPTION

This role provides methods to serialize objects into a Text::SimpleTable object.

METHODS

printall

 $tale = $self->printall($tale);
 say $tale->draw();

Serialize an object into a table.