Table of Contents

Class YamlConverter

Namespace
Cuemon.Text.Yaml.Converters
Assembly
Cuemon.Core.dll

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

[Obsolete("All YAML marshalling has been moved to its own assembly; Cuemon.Extensions.YamlDotNet. This member will be removed with next major version.")]
public abstract class YamlConverter
Inheritance
Object
YamlConverter
Derived
Extension Methods

Methods

CanConvert(Type)

Determines whether this instance can convert the specified object type.

public abstract bool CanConvert(Type typeToConvert)

Parameters

typeToConvert Type

The System.Type of the object.

Returns

Boolean

true if this instance can convert the specified object type; otherwise, false.