SerializeToStream(NXmlNode,Boolean,Stream,NEncoding) Method
Serializes the given XML node to the specified stream using the provided encoding.
public System.bool SerializeToStream(
NXmlNode ,
System.bool ,
System.IO.Stream ,
NEncoding
)
Parameters
- xmlNode
- The XML node to serialize, typically a XML document (NXmlDocument).
- serializeChildrenOnly
- Specifies whether to serialize only the node's children.
- stream
- The stream to write data to.
- encoding
- The encoding to use.
Return Value
True if the operation was successful, otherwise false.
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)