3 out of 3 rated this helpful - Rate this topic

XMLSerializer object

Provides a method to convert nodes in a Document Object Model (DOM) tree to an XML string.

Internet Explorer 9

Members

The XMLSerializer object has these types of members:

Methods

The XMLSerializer object has these methods.

MethodDescription
serializeToString

Converts nodes in a DOM tree to a string that contains an XML representation of the tree.

 

Standards information

There are no standards that apply here.

Remarks

Do the following to create an instance:


oXMLSerializer =  new XMLSerializer();

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.