Abstract Class Zend_Amf_Parse_Deserializer

Description

Abstract 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)


	
			
Direct descendents
Class Description
 class Zend_Amf_Parse_Amf0_Deserializer Read an AMF0 input stream and convert it into PHP data types
 class Zend_Amf_Parse_Amf3_Deserializer Read an AMF3 input stream and convert it into PHP data types.
Variable Summary
Method Summary
 mixed readTypeMarker ([ $markerType = null], int $typeMarker)
Variables
Zend_Amf_Parse_InputStream $_stream (line 43)

The raw string that represents the AMF request.

  • access: protected
Methods
Constructor __construct (line 51)

Constructor

  • access: public
void __construct (Zend_Amf_Parse_InputStream $stream)
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.

  • return: Whatever the data type is of the marker in php
  • abstract:
  • access: public
mixed readTypeMarker ([ $markerType = null], int $typeMarker)
  • int $typeMarker
  • $markerType

Redefined in descendants as:

Documentation generated on Mon, 21 Jun 2010 15:16:47 -0400 by phpDocumentor 1.4.3