Table of Contents

Class JsonSerializationInputFormatter

Namespace
Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json
Assembly
Codebelt.Extensions.AspNetCore.Mvc.Formatters.Newtonsoft.Json.dll

This class handles deserialization of JSON to objects using NewtonsoftJsonFormatter.

public class JsonSerializationInputFormatter : StreamInputFormatter<NewtonsoftJsonFormatter, NewtonsoftJsonFormatterOptions>, IInputFormatter, IApiRequestFormatMetadataProvider, IConfigurable<NewtonsoftJsonFormatterOptions>
Inheritance
JsonSerializationInputFormatter
Implements
Inherited Members

Constructors

JsonSerializationInputFormatter(NewtonsoftJsonFormatterOptions)

Initializes a new instance of the JsonSerializationInputFormatter class.

public JsonSerializationInputFormatter(NewtonsoftJsonFormatterOptions options)

Parameters

options NewtonsoftJsonFormatterOptions

The NewtonsoftJsonFormatterOptions which need to be configured.