ReadYaml Method
Definition
- Namespace
- Codebelt.Extensions.YamlDotNet.Converters
- Assemblies
- Codebelt.Extensions.YamlDotNet.dll
ReadYaml(IParser, Type)
Reads and converts the YAML to ExceptionDescriptor.
public override ExceptionDescriptor ReadYaml(IParser reader, Type typeToConvert)
Parameters
readerIParserThe reader to read from.
typeToConvertTypeThe type to convert.
Returns
- ExceptionDescriptor
The converted value.