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.
|
Method | Description | |
---|---|---|
ProcessToken ( |
public CanConvert ( |
||
objectType | Type of the object. | |
return | bool |
public ReadJson ( |
||
reader | A JsonReader to read from. | |
objectType | Type of the object. | |
serializer | The calling serializer. | |
return | object |
public WriteJson ( |
||
writer | The JsonWriter to write to. | |
value | object | The value. |
serializer | The calling serializer. | |
return | void |