Table of Contents

Class JsonSerializationOutputFormatter

Namespace
Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json
Assembly
Cuemon.Extensions.AspNetCore.Mvc.Formatters.Text.Json.dll

This class handles serialization of objects to JSON using JsonFormatter.

public class JsonSerializationOutputFormatter : StreamOutputFormatter<JsonFormatter, JsonFormatterOptions>, IOutputFormatter, IApiResponseTypeMetadataProvider, IConfigurable<JsonFormatterOptions>
Inheritance
JsonSerializationOutputFormatter
Implements
Inherited Members
Extension Methods

Constructors

JsonSerializationOutputFormatter(JsonFormatterOptions)

Initializes a new instance of the JsonSerializationOutputFormatter class.

public JsonSerializationOutputFormatter(JsonFormatterOptions options)

Parameters

options JsonFormatterOptions

The JsonFormatterOptions which need to be configured.