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.