Skip to main content

Module serialize

Module serialize 

Source
Expand description

XML serialization (node to string).

Structs§

SerializeOptions
Options for XML serialization.

Functions§

document_to_xml_string
Serializes an entire document to an XML string.
document_to_xml_string_with_options
Serializes a document with custom options.
node_to_xml_string
Serializes a node to an XML string.
node_to_xml_string_with_options
Serializes a node with custom options.
readonly_node_to_xml_string
Serializes a read-only node to an XML string.