The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.