The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AMF::Perl::IO::Serializer

DESCRIPTION

Class used to convert physical perl objects into binary data.

CHANGES

Wed Apr 14 11:06:28 EDT 2004

Made basic data type determination work for both scalars and scalarrefs.
Now we check if we are sending a recordset and setting column types accordingly.

Sat Mar 13 16:25:00 EST 2004

Patch from Tilghman Lesher that detects numbers and dates in strings and sets return type accordingly.
Patch from Kostas Chatzikokolakis handling encoding and sending null value.

Sun May 11 16:43:05 EDT 2003

Changed writeData to set type to "NULL" when the incoming data is undef. Previously it became a String, just like other scalars.
Changed PHP's writeRecordset to a generic writeAMFObject. Verified Recordset support.

Sun Mar 9 18:20:16 EST 2003

Function writeObject should return the same as writeHash. This assumes that all meaningful data are stored as hash keys.

7 POD Errors

The following errors were encountered while parsing the POD:

Around line 19:

'=item' outside of any '=over'

Around line 23:

You forgot a '=back' before '=head2'

Around line 25:

'=item' outside of any '=over'

Around line 30:

You forgot a '=back' before '=head2'

Around line 32:

'=item' outside of any '=over'

Around line 37:

You forgot a '=back' before '=head2'

Around line 39:

'=item' outside of any '=over'

=over without closing =back