| Flags | Name | Summary |
|---|---|---|
| public static | XmlTextWriter CreateIndentedXmlWriter(Stream stream)
|
Constructs an indenting XmlTextWriter that writes to the supplied stream. |
| public static | XmlTextWriter CreateIndentedXmlWriter(string path)
|
Constructs an indenting XmlTextWriter that writes to the supplied file name. |
| public static | XmlTextWriter CreateIndentedXmlWriter()
|
Constructs an indenting XmlTextWriter that writes to a fresh MemoryStream. |
| public static | XmlDocument SerializeObject(Type serializationType, object obj)
|
Serializes an arbitrary serializable object to an XML document. |
public static XmlTextWriter CreateIndentedXmlWriter(Stream stream)
| Flags | public static | ||||
|---|---|---|---|---|---|
| Return type | |
||||
| Parameters |
|
public static XmlTextWriter CreateIndentedXmlWriter(string path)
| Flags | public static | ||||
|---|---|---|---|---|---|
| Return type | |
||||
| Parameters |
|