AMF::Perl::IO::Deserializer
Package used to turn the binary data into physical perl objects.
- Patch from Kostas Chatzikokolakis about error checking of input data
length.
- Patch from Kostas Chatzikokolakis handling encoding.
- The return value of readArray should be \@ret, not @ret.
- Fixed reading keys of objects.
- Added floor(), as Perl lacks it.
- Added code to read objects of type 8. Useful for decoding real AMF server
packages, but hardly anywhere else.
Hey! The above document had some coding errors, which are explained
below:
- Around line 19:
- '=item' outside of any '=over'
- Around line 21:
- You forgot a '=back' before '=head2'
- Around line 23:
- '=item' outside of any '=over'
- Around line 25:
- You forgot a '=back' before '=head2'
- Around line 27:
- '=item' outside of any '=over'
- Around line 29:
- You forgot a '=back' before '=head2'
- Around line 31:
- '=item' outside of any '=over'
- Around line 35:
- You forgot a '=back' before '=head2'
- Around line 37:
- '=item' outside of any '=over'
=over without closing =back