Метод | Описание | |
---|---|---|
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 | ||
Результат | bool |
public ReadJson ( |
||
reader | ||
objectType | ||
existingValue | object | |
serializer | ||
Результат | object |
public WriteJson ( |
||
writer | ||
value | object | |
serializer | ||
Результат | void |