Table of Contents

Class YamlSerializationInputFormatter

Namespace
Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml
Assembly
Codebelt.Extensions.AspNetCore.Mvc.Formatters.Text.Yaml.dll

This class handles deserialization of YAML to objects using YamlFormatter.

public class YamlSerializationInputFormatter : StreamInputFormatter<YamlFormatter, YamlFormatterOptions>, IInputFormatter, IApiRequestFormatMetadataProvider, IConfigurable<YamlFormatterOptions>
Inheritance
Object
InputFormatter
TextInputFormatter
YamlSerializationInputFormatter
Implements
IInputFormatter
IApiRequestFormatMetadataProvider
Inherited Members
TextInputFormatter.UTF8EncodingWithoutBOM
TextInputFormatter.UTF16EncodingLittleEndian
TextInputFormatter.ReadRequestBodyAsync(InputFormatterContext)
TextInputFormatter.ReadRequestBodyAsync(InputFormatterContext, Encoding)
TextInputFormatter.SelectCharacterEncoding(InputFormatterContext)
TextInputFormatter.SupportedEncodings
InputFormatter.GetDefaultValueForType(Type)
InputFormatter.CanRead(InputFormatterContext)
InputFormatter.CanReadType(Type)
InputFormatter.ReadAsync(InputFormatterContext)
InputFormatter.GetSupportedContentTypes(String, Type)
InputFormatter.SupportedMediaTypes

Constructors

YamlSerializationInputFormatter(YamlFormatterOptions)

Initializes a new instance of the YamlSerializationInputFormatter class.

public YamlSerializationInputFormatter(YamlFormatterOptions options)

Parameters

options YamlFormatterOptions

The YamlFormatterOptions which need to be configured.