ITypeResolver Interface |
Namespace: NRules.Json
public interface ITypeResolver
The ITypeResolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetTypeFromName |
Gets the CLR type that corresponds to the type name, retrieved from the JSON document.
|
![]() | GetTypeName |
Gets the name of the type from the CLR type, for the purpose of JSON serialization.
|