Reads and writes KeyedCollections as JSON objects instead of arrays. Any KeyedCollection deserialized by this converter must have a parameterless constructor.
More...
|
override bool | CanConvert (Type objectType) |
| Determines whether this instance can convert the specified object type. More...
|
|
override object | ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) |
| Reads the KeyedCollection as a JSON object. More...
|
|
override void | WriteJson (JsonWriter writer, object value, JsonSerializer serializer) |
| Writes the KeyedCollection as a JSON object. More...
|
|
Reads and writes KeyedCollections as JSON objects instead of arrays. Any KeyedCollection deserialized by this converter must have a parameterless constructor.
override bool RiotNet.Converters.KeyedCollectionConverter.CanConvert |
( |
Type |
objectType | ) |
|
|
inline |
Determines whether this instance can convert the specified object type.
- Parameters
-
objectType | The type to convert. |
- Returns
- true
if this converter can convert the specified type; otherwise
false
.
override object RiotNet.Converters.KeyedCollectionConverter.ReadJson |
( |
JsonReader |
reader, |
|
|
Type |
objectType, |
|
|
object |
existingValue, |
|
|
JsonSerializer |
serializer |
|
) |
| |
|
inline |
Reads the KeyedCollection as a JSON object.
- Parameters
-
reader | The JsonReader to read from. |
objectType | Type of the object. |
existingValue | The existing value of object being read. |
serializer | The calling serializer. |
- Returns
- The object value.
override void RiotNet.Converters.KeyedCollectionConverter.WriteJson |
( |
JsonWriter |
writer, |
|
|
object |
value, |
|
|
JsonSerializer |
serializer |
|
) |
| |
|
inline |
Writes the KeyedCollection as a JSON object.
- Parameters
-
writer | The JsonWriter to write to. |
value | The date to write. |
serializer | The calling serializer. |
The documentation for this class was generated from the following file:
- Converters/KeyedCollectionConverter.cs