Namespace EPiServer.Formatters
Classes
ApplyJsonFormatterConvention
Microsoft.
FormatterRegistration
Settings for a formatter registration
FormatterType
Specifies a formatter type
JsonFormatterAttribute
Can be used to specify that an action or controller should use IJson
JsonFormatterOptions
Options for configuring IJson
JsonFormatterOptionsExtensions
Convenient methods to configure Json
JsonInputFormatterBodyModelBinder
Model binder that uses IJson
JsonOutputFormatterWriterContext
An Microsoft.
NewtonsoftJsonSerializerSettingsOptions
Used to specify settings for newtonsoft based implementations of IJson
ResponseDecorator
Decorater that can be used to decorate output from IJson
SystemTextJsonSettingsOptions
Used to specify settings for "System.Text.Json" based implementations of IJson
Interfaces
IBufferedResponseWriterFactory
Represents a factory that creates a writer that buffers before writing to stream
IJsonInputFormatter
Responsible for formatting input to json
IJsonInputFormatterRegistry
A registry for IJson
IJsonOutputFormatter
Responsible for formatting output to Json
IJsonOutputFormatterRegistry
A registry for IJson