TypeResolver Class |
Namespace: NRules.Json
public class TypeResolver : ITypeResolver
The TypeResolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | TypeResolver | Initializes a new instance of the TypeResolver class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RegisterAlias |
Registers an alias for a CLR type for the purpose of JSON serialization.
|
![]() | RegisterDefaultAliases |
Registers built-in C# types as aliases for rule serialization.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |