| Uses | Zend_Amf_Parse_Serializer |
| Package | Zend_Amf |
| Subpackage | Parse_Amf0 |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| Uses | Zend_Amf_Parse_Serializer |
| Package | Zend_Amf |
| Subpackage | Parse_Amf0 |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| # $_className | |
| # $_referenceObjects | An array of reference objects |
| # getClassName() | Find if the class name is a class mapped name and return the |
| + writeAmf3TypeMarker() | Encountered and AMF3 Type Marker use AMF3 serializer |
| + writeArray() | Write a standard numeric array to the output stream |
| + writeDate() | Convert the DateTime into an AMF Date |
| + writeObject() | Write a php array with string or mixed keys |
| # writeObjectReference() | Check if the given object is in the reference table, write the reference if it exists, |
| + writeTypeMarker() | Determine type and serialize accordingly |
| + writeTypedObject() | Write a class mapped object to the output stream |
protected $_className = ''protected $_referenceObjects = array()
protected function getClassName( |
$object)
|
object $object |
public function writeAmf3TypeMarker( |
$data)
|
string $data |
Zend_Amf_Parse_Amf0_Serializer
public function writeArray( |
$array)
|
array $array |
Zend_Amf_Parse_Amf0_Serializer
public function writeDate( |
$data)
|
DateTime| |
Zend_Amf_Parse_Amf0_Serializer
public function writeObject( |
$object)
|
$object |
Zend_Amf_Parse_Amf0_Serializer
protected function writeObjectReference( |
$object)
|
mixed $object |
object to check for reference |
$markerType |
AMF type of the object to write |
public function writeTypeMarker( |
$data)
|
misc $data |
|
misc $markerType |
Zend_Amf_Parse_Amf0_SerializerZend_Amf_Exception for unrecognized types or data
public function writeTypedObject( |
$data)
|
object $data |
Zend_Amf_Parse_Amf0_Serializer