Метод | Описание | |
---|---|---|
ReadJson ( |
Reads the JSON representation of the object.
|
|
WriteJson ( |
Writes the JSON representation of the object.
|
public ReadJson ( |
||
reader | The |
|
objectType | Type of the object. | |
existingValue | object | The existing value of object being read. |
serializer | The calling serializer. | |
Результат | object |
public WriteJson ( |
||
writer | The |
|
value | object | The value. |
serializer | The calling serializer. | |
Результат | void |