Zend_Amf_Parse_DeserializerAbstract cass that all deserializer must implement.
Logic for deserialization of the AMF envelop is based on resources supplied by Adobe Blaze DS. For and example of deserialization please review the BlazeDS source tree.
Located in /Amf/Parse/Deserializer.php (line 36)
| Class | Description |
|---|---|
Zend_Amf_Parse_Amf0_Deserializer
|
Read an AMF0 input stream and convert it into PHP data types |
Zend_Amf_Parse_Amf3_Deserializer
|
Read an AMF3 input stream and convert it into PHP data types. |
Zend_Amf_Parse_InputStream
$_stream
(line 43)
The raw string that represents the AMF request.
readTypeMarker (line 64)
Checks for AMF marker types and calls the appropriate methods for deserializing those marker types. Markers are the data type of the following value.
Documentation generated on Mon, 21 Jun 2010 15:16:47 -0400 by phpDocumentor 1.4.3