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