Packageorg.orpheus.xml.bind
Interfacepublic interface IMarshaller
ImplementorsMarshallerImpl

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.MarshallerImpl


Public Methods
 MethodDefined by
  
marshal(object:*, type:QName = null):XML
Convert an ActionScript object to XML.
IMarshaller
Method detail
marshal()method
public function marshal(object:*, type:QName = null):XML

Convert an ActionScript object to XML.

Parameters
object:* — The object to encode as XML.
 
type:QName (default = null)

Returns
XML