Serialize(Object?, Type, TomlSerializerContext) Method

Definition

Namespace Tomlyn
Assembly Tomlyn.dll

Serializes a value into TOML text using generated metadata from a serializer context.

public static string Serialize(object? value, Type inputType, TomlSerializerContext context)

Parameters

value
Object
inputType
Type

Returns