Packagecom.yworks.io.binary
Classpublic class ObjectDeserializer
InheritanceObjectDeserializer Inheritance AbstractDeserializer Inheritance Object

A deserializer that simply returns the deserialized AMF objects from the List that is passed upon initialization.

See also

com.yworks.io.binary.ExternalizableGraph


Public Properties
 PropertyDefined By
  elementName : String
[override] [read-only] AMFObject
ObjectDeserializer
  xmlNamespace : Namespace
[override] [read-only]
ObjectDeserializer
Public Methods
 MethodDefined By
  
Create a new instance that will return the previously deserialized objects contained in the provided List.
ObjectDeserializer
 Inherited
canHandle(context:GraphMLParseContext, element:XML):Boolean
Returns whether a deserializer can handle a specific xml element.
AbstractDeserializer
  
deserialize(context:GraphMLParseContext, element:XML):Object
[override] Returns an element of the List passed upon initialization, determined by the element's index attribute.
ObjectDeserializer
Property Detail
elementNameproperty
elementName:String  [read-only] [override]

AMFObject


Implementation
    public function get elementName():String
xmlNamespaceproperty 
xmlNamespace:Namespace  [read-only] [override]


Implementation
    public function get xmlNamespace():Namespace
Constructor Detail
ObjectDeserializer()Constructor
public function ObjectDeserializer(list:List)

Create a new instance that will return the previously deserialized objects contained in the provided List.

Parameters
list:List
Method Detail
deserialize()method
override public function deserialize(context:GraphMLParseContext, element:XML):Object

Returns an element of the List passed upon initialization, determined by the element's index attribute.

Parameters

context:GraphMLParseContext
 
element:XML

Returns
Object