Vsevolod (Simon) Ilyushchenko > AMF-Perl-0.12 > AMF::Perl::IO::Deserializer

Download:
AMF-Perl-0.12.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: AMF-Perl-0.15

NAME ^

AMF::Perl::IO::Deserializer

DESCRIPTION ^

    Package used to turn the binary data into physical perl objects.

CHANGES ^

Sat Mar 13 16:31:31 EST 2004

Patch from Kostas Chatzikokolakis handling encoding.

Sun Mar 9 18:17:31 EST 2003

The return value of readArray should be \@ret, not @ret.

Tue Mar 11 21:55:41 EST 2003

Fixed reading keys of objects.
Added floor(), as Perl lacks it.

Sun Apr 6 14:24:00 2003

Added code to read objects of type 8. Useful for decoding real AMF server packages, but hardly anywhere else.