Class JsonTypeResolver Class

Reolves the JSON type names into CLR types and vice versa.

Methods:

NameDescription
Public methodResolveTypeName(Type) Resolves the CLR type to a JSON type name.
Public methodResolveTypeName<T>() Resolves the CLR type to a JSON type name.
Public methodResolveType(String) Resolves the JSON type name into a CLR type.
Public methodFromAssemblyMappings(Assembly) Returns an instance of the JsonTypeResolver which uses the mappings defined by the JsonTypeMappingAttribute on the specified assembly.
Public methodFromAssemblyMappings<T>() Returns an instance of the JsonTypeResolver which uses the mappings defined by the JsonTypeMappingAttribute on the specified assembly.