Packageorg.orpheus.xml.bind
Interfacepublic interface IUnmarshaller
ImplementorsUnmarshallerImpl

The IMarshaller interface defines the functionality of a concrete Marshaller.

Author: Andrew Lewisohn
Version: $Revision: 31 $, $Date: 2009-02-12 17:01:41 -0500 (Thu, 12 Feb 2009) $, $Author: alewisohn $
Since: 0.1

See also

org.orpheus.xml.bind.impl.UnmarshallerImpl


Public Methods
 MethodDefined by
  
unmarshal(node:*, type:Class = null):Object
Convert an XML definition into an ActionScript class.
IUnmarshaller
Method detail
unmarshal()method
public function unmarshal(node:*, type:Class = null):Object

Convert an XML definition into an ActionScript class.

Parameters
node:* — An XML node.
 
type:Class (default = null) — The explicit Class to create from the XML definition.

Returns
Object