Click or drag to resize
TomlSerializeXElement Method (Stream, XElement)
Serializes the XElement to TOML.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public void SerializeXElement(
	Stream stream,
	XElement toml
)

Parameters

stream
Type: System.IOStream
A stream to write the TOML content to.
toml
Type: System.Xml.LinqXElement
The XElement to convert to TOML.
See Also