JsonTypeMappingAttribute Class
Maps a JSON type to a CLR type.
Constructors:
Name | Description | |
---|---|---|
![]() | JsonTypeMappingAttribute(String, Type) | Initializes a new instance of the JsonTypeMappingAttribute class. |
Properties:
Name | Description | |
---|---|---|
![]() | Name | Gets or sets the JSON type name. |
![]() | Type | Gets or sets the CLR type to map the JSON type name to. |