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.