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 | |
---|---|---|
GetRankLengthList ( List |
Retrieve a list of lengths for each rank represented
|
|
ReadRank ( |
Read in all the values from the Json reader and populate a nested ArrayList
|
|
SetValues ( |
Assign values from the ArrayList into their respective place in the multidimensional array
|
|
WriteRank ( |
Write a rank of an array in Json format
|
public CanConvert ( |
||
objectType | Type of the object. | |
return | bool |
public ReadJson ( |
||
reader | The |
|
objectType | Type of the object. | |
existingValue | object | The existing value of object being read. |
serializer | The calling serializer. | |
return | object |
public WriteJson ( |
||
writer | The |
|
value | object | The value. |
serializer | The calling serializer. | |
return | void |