Table of Contents

Class JsonSerializationInputFormatter

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

This class handles deserialization of JSON to objects using JsonFormatter.

public class JsonSerializationInputFormatter : StreamInputFormatter<JsonFormatter, JsonFormatterOptions>, IInputFormatter, IApiRequestFormatMetadataProvider, IConfigurable<JsonFormatterOptions>
Inheritance
JsonSerializationInputFormatter
Implements
Inherited Members
Extension Methods

Constructors

JsonSerializationInputFormatter(JsonFormatterOptions)

Initializes a new instance of the JsonSerializationInputFormatter class.

public JsonSerializationInputFormatter(JsonFormatterOptions options)

Parameters

options JsonFormatterOptions

The JsonFormatterOptions which need to be configured.