메소드 | 설명 | |
---|---|---|
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 ReadJson ( |
||
reader | ||
objectType | ||
existingValue | object | |
serializer | ||
리턴 | object |
public WriteJson ( |
||
writer | ||
value | object | |
serializer | ||
리턴 | void |