InsightsTypeConverter Class

Definition

Defines values for InsightsType.

public sealed class InsightsTypeConverter : Newtonsoft.Json.JsonConverter
type InsightsTypeConverter = class
    inherit JsonConverter
Public NotInheritable Class InsightsTypeConverter
Inherits JsonConverter
Inheritance
Newtonsoft.Json.JsonConverter
InsightsTypeConverter

Constructors

InsightsTypeConverter()

Methods

CanConvert(Type)

Returns if objectType can be converted to InsightsType by the converter.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to InsightsType.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for InsightsType for serialization.

Applies to