메소드 | 설명 | |
---|---|---|
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. | |
리턴 | bool |
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 |