![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
Ensure that when converting arbitrary dictionaries, nested dictionaries are correctly converted as well. More...
Public Member Functions | |
| override bool | CanConvert (Type objectType) |
| Determines whether this instance can convert the specified object type. | |
| override object | ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) |
| Reads the JSON representation of the object. | |
| override void | WriteJson (JsonWriter writer, object value, JsonSerializer serializer) |
| Writes the JSON representation of the object. | |
Properties | |
| override bool | CanWrite [get] |
| Gets a value indicating whether this T:Newtonsoft.Json.JsonConverter can write JSON. | |
Ensure that when converting arbitrary dictionaries, nested dictionaries are correctly converted as well.
Definition at line 9 of file ComplexNestedObjectConverter.cs.
|
inline |
Determines whether this instance can convert the specified object type.
| objectType | Type of the object. |
true if this instance can convert the specified object type; otherwise, false.Definition at line 27 of file ComplexNestedObjectConverter.cs.
|
inline |
Reads the JSON representation of the object.
| reader | The T:Newtonsoft.Json.JsonReader to read from. |
| objectType | Type of the object. |
| existingValue | The existing value of object being read. |
| serializer | The calling serializer. |
Definition at line 40 of file ComplexNestedObjectConverter.cs.
|
inline |
Writes the JSON representation of the object.
| writer | The T:Newtonsoft.Json.JsonWriter to write to. |
| value | The value. |
| serializer | The calling serializer. |
Definition at line 19 of file ComplexNestedObjectConverter.cs.
|
get |
Gets a value indicating whether this T:Newtonsoft.Json.JsonConverter can write JSON.
true if this T:Newtonsoft.Json.JsonConverter can write JSON; otherwise, false.
Definition at line 13 of file ComplexNestedObjectConverter.cs.