Serialize(TextWriter, Object?, TomlTypeInfo) Method

Definition

Namespace Tomlyn
Assembly Tomlyn.dll

Serializes a value to a writer using explicit metadata.

public static void Serialize(TextWriter writer, object? value, TomlTypeInfo typeInfo)

Parameters

writer
TextWriter
value
Object
typeInfo
TomlTypeInfo