|
LUSID C# SDK
|
Deserialize JSON by setting property values. This is used to set property values when the object is an instance of a dictionary e.g. ProblemDetails. JSON values will not be added to the dictionary. More...

Public Member Functions | |
| override void | WriteJson (JsonWriter writer, object value, JsonSerializer serializer) |
| override object | ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) |
| override bool | CanConvert (Type objectType) |
Deserialize JSON by setting property values. This is used to set property values when the object is an instance of a dictionary e.g. ProblemDetails. JSON values will not be added to the dictionary.
Requires a parameterless constructor and will attempt to set properties with a [DataMember]
1.8.13