Class YamlSerializationOutputFormatter
- 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
-
ObjectOutputFormatterTextOutputFormatterYamlSerializationOutputFormatter
- Implements
-
IOutputFormatterIApiResponseTypeMetadataProvider
- Inherited Members
-
TextOutputFormatter.SelectCharacterEncoding(OutputFormatterWriteContext)TextOutputFormatter.WriteAsync(OutputFormatterWriteContext)TextOutputFormatter.WriteResponseBodyAsync(OutputFormatterWriteContext)TextOutputFormatter.WriteResponseBodyAsync(OutputFormatterWriteContext, Encoding)TextOutputFormatter.SupportedEncodingsOutputFormatter.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
YamlFormatterOptionsThe YamlFormatterOptions which need to be configured.