| Package | com.yworks.io.binary |
| Class | public class ObjectDeserializer |
| Inheritance | ObjectDeserializer AbstractDeserializer Object |
See also
| Property | Defined By | ||
|---|---|---|---|
| elementName : String [override] [read-only]
AMFObject
| ObjectDeserializer | ||
| xmlNamespace : Namespace [override] [read-only] | ObjectDeserializer | ||
| Method | Defined By | ||
|---|---|---|---|
ObjectDeserializer(list:List)
Create a new instance that will return the previously deserialized objects
contained in the provided List. | ObjectDeserializer | ||
![]() | 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 | ||
| elementName | property |
elementName:String [read-only] [override]
AMFObject
public function get elementName():String| xmlNamespace | property |
xmlNamespace:Namespace [read-only] [override] public function get xmlNamespace():Namespace| ObjectDeserializer | () | Constructor |
public function ObjectDeserializer(list:List)Create a new instance that will return the previously deserialized objects contained in the provided List.
Parameterslist:List |
| 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 |
Object |