| Business-UPS-Tracking documentation | view source | Contained in the Business-UPS-Tracking distribution. |
Business::UPS::Tracking::Role::Serialize - Serialize objects
This role provides methods to serialize objects into a Text::SimpleTable object.
$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. |