Méthode | Description | |
---|---|---|
CanConvert ( |
Determines whether this instance can convert the specified object type.
|
|
ReadJson ( |
Reads the JSON representation of the object.
|
|
WriteJson ( |
Writes the JSON representation of the object.
|
public CanConvert ( |
||
objectType | Type of the object. | |
Résultat | bool |
public ReadJson ( |
||
reader | The Newtonsoft.Json.JsonReader to read from. | |
objectType | Type of the object. | |
existingValue | object | The existing value of object being read. |
serializer | The calling serializer. | |
Résultat | object |
public WriteJson ( |
||
writer | The Newtonsoft.Json.JsonWriter to write to. | |
value | object | The value. |
serializer | The calling serializer. | |
Résultat | void |