NevronOpenVision
Nevron.Nov.Xml Namespace / NXmlNodeSerializer Class / SerializeToStream Method / SerializeToStream(NXmlNode,Boolean,Stream,NEncoding) 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.
The encoding to use.
SerializeToStream(NXmlNode,Boolean,Stream,NEncoding) Method
Serializes the given XML node to the specified stream using the provided encoding.
Syntax
public System.bool SerializeToStream( 
   NXmlNode xmlNode,
   System.bool serializeChildrenOnly,
   System.IO.Stream stream,
   NEncoding encoding
)

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.
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