Table of Contents

Namespace Codebelt.Extensions.YamlDotNet.Converters

The Codebelt.Extensions.YamlDotNet.Converters namespace contains both types and extension methods that complements the YamlDotNet.

Availability: .NET 9, .NET 8 and .NET Standard 2.0

Complements: YamlDotNet namespace 🔗

Classes

ExceptionConverter

Converts an System.Exception to YAML.

ExceptionDescriptorConverter

Converts an ExceptionDescriptor to YAML.

YamlConverter

Converts an object to and from YAML (YAML ain't markup language).

YamlConverter<T>

Converts an object to or from YAML (YAML ain't markup language).

YamlConverterExtensions

Extension methods for the YamlConverter class.