Method | 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 | ||
return | bool |
public ReadJson ( |
||
reader | ||
objectType | ||
existingValue | object | |
serializer | ||
return | object |
public WriteJson ( |
||
writer | ||
value | object | |
serializer | ||
return | void |