Class JsonSerializationInputFormatter
- 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
-
InputFormatterTextInputFormatterJsonSerializationInputFormatter
- Implements
-
IInputFormatterIApiRequestFormatMetadataProvider
- Inherited Members
-
TextInputFormatter.UTF8EncodingWithoutBOMTextInputFormatter.UTF16EncodingLittleEndianTextInputFormatter.ReadRequestBodyAsync(InputFormatterContext)TextInputFormatter.ReadRequestBodyAsync(InputFormatterContext, Encoding)TextInputFormatter.SelectCharacterEncoding(InputFormatterContext)TextInputFormatter.SupportedEncodingsInputFormatter.GetDefaultValueForType(Type)InputFormatter.CanRead(InputFormatterContext)InputFormatter.CanReadType(Type)InputFormatter.ReadAsync(InputFormatterContext)InputFormatter.GetSupportedContentTypes(String, Type)InputFormatter.SupportedMediaTypes
Constructors
JsonSerializationInputFormatter(NewtonsoftJsonFormatterOptions)
Initializes a new instance of the JsonSerializationInputFormatter class.
public JsonSerializationInputFormatter(NewtonsoftJsonFormatterOptions options)
Parameters
options
NewtonsoftJsonFormatterOptionsThe NewtonsoftJsonFormatterOptions which need to be configured.