Provides json conversion for the MarketHoursDatabase class
More...
|
override object | ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) |
| Reads the JSON representation of the object. More...
|
|
override void | WriteJson (JsonWriter writer, object value, JsonSerializer serializer) |
| Writes the JSON representation of the object. More...
|
|
override bool | CanConvert (Type objectType) |
| Determines whether this instance can convert the specified object type. More...
|
|
virtual bool | PopulateProperties |
| True will populate TResult object returned by Convert(TResult) with json properties More...
|
|
Provides json conversion for the MarketHoursDatabase class
Definition at line 32 of file MarketHoursDatabaseJsonConverter.cs.
◆ Convert() [1/2]
Convert the input value to a value to be serialzied
- Parameters
-
value | The input value to be converted before serialziation |
- Returns
- A new instance of TResult that is to be serialzied
Definition at line 39 of file MarketHoursDatabaseJsonConverter.cs.
◆ Convert() [2/2]
Converts the input value to be deserialized
- Parameters
-
value | The deserialized value that needs to be converted to T |
- Returns
- The converted value
Definition at line 49 of file MarketHoursDatabaseJsonConverter.cs.
◆ Create()
override MarketHoursDatabase QuantConnect.Util.MarketHoursDatabaseJsonConverter.Create |
( |
Type |
type, |
|
|
JToken |
token |
|
) |
| |
|
protectedvirtual |
The documentation for this class was generated from the following file: