Click or drag to resize
TomlSerializeObject Method (Stream, Object, DataContractJsonSerializerSettings)
Serializes the specified object to TOML.

Namespace: HyperTomlProcessor
Assembly: HyperTomlProcessor (in HyperTomlProcessor.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public void SerializeObject(
	Stream stream,
	Object obj,
	DataContractJsonSerializerSettings settings
)

Parameters

stream
Type: System.IOStream
A stream to write the TOML content to.
obj
Type: SystemObject
The object to serialize.
settings
Type: System.Runtime.Serialization.JsonDataContractJsonSerializerSettings
A DataContractJsonSerializerSettings to make the DataContractJsonSerializer.
See Also