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


Business-UPS-Tracking documentation  | view source Contained in the Business-UPS-Tracking distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

METHODS

Top

serialize

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

Serialize an object into a table.


Business-UPS-Tracking documentation  | view source Contained in the Business-UPS-Tracking distribution.