| Package | org.orpheus.xml.bind.impl |
| Class | public class MarshallerImpl |
| Inheritance | MarshallerImpl AbstractProcessor |
| Implements | IMarshaller |
Author: Andrew Lewisohn
Version: $Revision: 30 $, $Date: 2009-02-12 16:43:08 -0500 (Thu, 12 Feb 2009) $, $Author: alewisohn $
Since: 0.1
| Method | Defined by | ||
|---|---|---|---|
|
MarshallerImpl(context:IEvaluationContext)
Constructor.
| MarshallerImpl | ||
|
marshal(object:*, type:QName = null):XML
Convert an ActionScript object to XML.
| MarshallerImpl | ||
| MarshallerImpl | () | constructor |
public function MarshallerImpl(context:IEvaluationContext)Constructor.
Parameterscontext:IEvaluationContext — The parent context in which the unmarshaller is executing.
|
| marshal | () | method |
public function marshal(object:*, type:QName = null):XMLConvert an ActionScript object to XML.
Parametersobject:* — The object to encode as XML.
|
|
type:QName (default = null) |
XML |