BigIntegerJsonConverter Methods
The BigIntegerJsonConverter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
CanConvert(Type) |
Determines whether this instance can convert the specified object type.
|
|
|
CanConvert(Type) | (Inherited from JsonConverter.) |
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ReadJson(JsonReader, Type, Nullable<(Of <<'(Object>)>>), JsonSerializer) |
Reads the JSON representation of the object.
|
|
|
ReadJson(JsonReader, Type, Object, JsonSerializer) | (Inherited from JsonConverter.) |
|
|
ToString | (Inherited from Object.) |
|
|
WriteJson(JsonWriter, Nullable<(Of <<'(Object>)>>), JsonSerializer) |
Writes the JSON representation of the object.
|
|
|
WriteJson(JsonWriter, Object, JsonSerializer) | (Inherited from JsonConverter.) |

