Method | Description | |
---|---|---|
CreateInstance ( |
Create an instance of the JSON converter for the given type. This will always ensure that a converter is returned. |
|
JsonConverterFactory ( ) : System |
Constructor.
|
Method | Description | |
---|---|---|
DiscoverConverter ( |
Discover the converter from the given type.
|
public CreateInstance ( |
||
type | The type to create the converter for. | |
return | IJsonConverter |