ToObject(Type, YamlSerializerOptions?) Method

Definition

Namespace SharpYaml.Model
Assembly SharpYaml.dll

Converts this YAML node to an object.

public object? ToObject(Type type, YamlSerializerOptions? options = null)

Parameters

type
Type

Returns