Method | Description | |
---|---|---|
CanConvert ( |
Checks if a type can be converted
|
|
ReadJson ( |
Method not Implemented
|
|
WriteJson ( |
Writes an object to JSON
|
Method | Description | |
---|---|---|
ProcessObject ( |
public CanConvert ( |
||
objectType | Object type to be converted | |
return | bool |
public ReadJson ( |
||
reader | JSon Reader | |
objectType | Object type to read from | |
serializer | JSON Serializer | |
return | object |
public WriteJson ( |
||
writer | JSON Writer object | |
value | object | Value to be converted |
serializer | JSON Serializer | |
return | void |