A collection of exportable tools for amqp (de)serialization
use Net::AMQP::Common qw(:all)
The following are available for exporting by name or by ':all'. All the 'pack_*' methods take a single argument and return a binary string. All the 'unpack_*' methods take a scalar ref and return a perl data structure of some type, consuming some data from the scalar ref.
Tables and arrays sometimes require explicit typing. See Net::AMQP::Value. Also, in tables and arrays booleans from the boolean module are sent as \s-1AMQP\s0 booleans.
A mapping of the \s-1XML\s0 spec's data type names to our names ('longstr' => 'long_string')
A helper routine that, given a binary string, returns a string of each byte represented by '\###', base 10 numbering.
Net::AMQP
Copyright (c) 2009 Eric Waters and XMission \s-1LLC\s0 (http://www.xmission.com/). All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the \s-1LICENSE\s0 file included with this module.
Eric Waters <[email protected]>