Lean  $LEAN_TAG$
QuantConnect.DefaultConverter Class Reference

Helper json converter to use the default json converter, breaking inheritance json converter More...

Inheritance diagram for QuantConnect.DefaultConverter:
[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)
 

Public Attributes

override bool CanRead => false
 
override bool CanWrite => false
 

Detailed Description

Helper json converter to use the default json converter, breaking inheritance json converter

Definition at line 24 of file DefaultConverter.cs.


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