NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlNodeSerializer Class / SerializeToStream Method / SerializeToStream(NXmlNode,Boolean,Stream) Method
The XML node to serialize, typically a XML document (NXmlDocument).
Specifies whether to serialize only the node's children.
The stream to write data to.
SerializeToStream(NXmlNode,Boolean,Stream) Method
Serializes the given XML node to the specified stream using the UTF8 encoding.
Syntax
public System.bool SerializeToStream( 
   NXmlNode xmlNode,
   System.bool serializeChildrenOnly,
   System.IO.Stream stream
)

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.

Return Value

True if the operation was successful, otherwise false.
Requirements

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)

See Also