API Documentation

Amf/Parse/Deserializer.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Amf
subpackage
Parse
version
$Id: Deserializer.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Amf_Parse_Deserializer

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Amf_Parse_Deserializer

copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Amf
see
http://opensource.adobe.com/svn/opensource/blazeds/trunk/modules/core/src/java/flex/messaging/io/amf/
subpackage
Parse
Properties
$_stream
Methods
__construct
readTypeMarker

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.

Properties

$_stream

Zend_Amf_Parse_InputStream $_stream = ''

The raw string that represents the AMF request.

Details

$_stream
Zend_Amf_Parse_InputStream
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( Zend_Amf_Parse_InputStream $stream ) : void

Constructor

Arguments
$stream
Zend_Amf_Parse_InputStream
Details
visibility
public
final
false
static
false

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.

Arguments
$markerType
Output
mixed
Whatever the data type is of the marker in php
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.