Marshals a Javascript object into XML
This method returns a newly created XML element or null if the object
could not be parshaled because it was a part of a circular reference
Parameters:
Marshals a Javascript object into XML
This method returns a newly created XML element or null if the object
could not be parshaled because it was a part of a circular reference
Parameters:
parentElem - parent XML element where the newly created element should be added
obj - object to be marshaled
objStack - a context object used by the recursive marshal() calls
to prevent circular references from being expanded. When marshal() method
is called with a top-level object, this parameter should be null
Registers a custom encoder
Parameter: encoder - custom encoder instance that is
expected to implement the following methods (see AdfMarshalingService._DE
for reference):
getNamespace() - returns encoder's unique XML namespace