AbstractStructureConverter Class
Namespace: Qlik.Engine.Communication.Converters
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Class for dynamic handling of json data.
Inheritance
-
System.Object
- AbstractStructureConverter
Syntax
public class AbstractStructureConverter : JsonConverter
Constructors
Name | Description |
---|---|
AbstractStructureConverter(QlikConnection) |
Constructor |
Methods
Name | Description |
---|---|
CanConvert(Type) |
Determines whether this instance can convert the specified object type. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Reads the JSON representation of the object. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Writes the JSON representation of the object. |