LUSID C# SDK
Public Member Functions | List of all members
Lusid.Sdk.Utilities.PropertyBasedConverter Class Reference

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...

Inheritance diagram for Lusid.Sdk.Utilities.PropertyBasedConverter:
Inheritance graph
[legend]

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)
 

Detailed Description

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]


The documentation for this class was generated from the following file: