Table of Contents

Class YamlSerializationOutputFormatter

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

This class handles serialization of objects to YAML using YamlFormatter.

public class YamlSerializationOutputFormatter : StreamOutputFormatter<YamlFormatter, YamlFormatterOptions>, IOutputFormatter, IApiResponseTypeMetadataProvider, IConfigurable<YamlFormatterOptions>
Inheritance
Object
OutputFormatter
TextOutputFormatter
YamlSerializationOutputFormatter
Implements
IOutputFormatter
IApiResponseTypeMetadataProvider
Inherited Members
TextOutputFormatter.SelectCharacterEncoding(OutputFormatterWriteContext)
TextOutputFormatter.WriteAsync(OutputFormatterWriteContext)
TextOutputFormatter.WriteResponseBodyAsync(OutputFormatterWriteContext)
TextOutputFormatter.WriteResponseBodyAsync(OutputFormatterWriteContext, Encoding)
TextOutputFormatter.SupportedEncodings
OutputFormatter.CanWriteType(Type)
OutputFormatter.GetSupportedContentTypes(String, Type)
OutputFormatter.CanWriteResult(OutputFormatterCanWriteContext)
OutputFormatter.WriteResponseHeaders(OutputFormatterWriteContext)
OutputFormatter.SupportedMediaTypes

Constructors

YamlSerializationOutputFormatter(YamlFormatterOptions)

Initializes a new instance of the YamlSerializationOutputFormatter class.

public YamlSerializationOutputFormatter(YamlFormatterOptions options)

Parameters

options YamlFormatterOptions

The YamlFormatterOptions which need to be configured.