Class CustomJsonTypeInfoResolver
- Namespace
- Dynamicweb.CoreUI.Data.Command
Log
- Assembly
- Dynamicweb.CoreUI.dll
- Inheritance
-
Custom
Json Type Info Resolver
- Implements
- Inherited Members
Methods
GetTypeInfo(Type, JsonSerializerOptions)
Resolves a JSON contract for a given type
and options
configuration.
Parameters
type
TypeThe type for which to resolve a JSON contract.
o
JsonSerializer Options
Returns
- Json
Type Info A Json
Type defining a reflection-derived JSON contract forInfo type
.
Exceptions
- Argument
Null Exception type
oroptions
is null.