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.

see
package Zend_Amf
subpackage Parse
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License

 Methods

Constructor

__construct(\Zend_Amf_Parse_InputStream $stream) : void

Parameters

$stream

\Zend_Amf_Parse_InputStream

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

readTypeMarker($markerType = null) : mixed

Parameters

$markerType

Returns

mixedWhatever the data type is of the marker in php

 Properties

 

The raw string that represents the AMF request.

$_stream : \Zend_Amf_Parse_InputStream

Default