\Zend_Amf_Parse_Deserializer

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.

Summary

Methods
Properties
Constants
__construct()
readTypeMarker()
No public properties found
No constants found
No protected methods found
$_stream
N/A
No private methods found
No private properties found
N/A

Properties

Methods

readTypeMarker()

readTypeMarker(  $markerType = null) : mixed

Checks for AMF marker types and calls the appropriate methods for deserializing those marker types. Markers are the data type of the following value.

Parameters

$markerType

Returns

mixed —

Whatever the data type is of the marker in php