Interface IJsonInputFormatterRegistry
A registry for IJson
Namespace: EPiServer.Formatters
Assembly: EPiServer.Cms.AspNetCore.dll
Version: 12.0.3Syntax
public interface IJsonInputFormatterRegistry
Methods
Resolve(Type)
Resolves which IJson
Declaration
IJsonInputFormatter Resolve(Type type)
Parameters
Type | Name | Description |
---|---|---|
System. |
type | The type to deserialize to |
Returns
Type | Description |
---|---|
IJson |
A formatter to use for deserialization |