BoolExpressionConverter Class

Definition

Converter which allows json to be expression to object or static object.

public class BoolExpressionConverter : Newtonsoft.Json.JsonConverter<AdaptiveExpressions.Properties.BoolExpression>
type BoolExpressionConverter = class
    inherit JsonConverter<BoolExpression>
Public Class BoolExpressionConverter
Inherits JsonConverter(Of BoolExpression)
Inheritance
Newtonsoft.Json.JsonConverter<BoolExpression>
BoolExpressionConverter

Constructors

BoolExpressionConverter()

Initializes a new instance of the BoolExpressionConverter class.

Properties

CanRead

Gets a value indicating whether this Converter can read JSON.

Methods

ReadJson(JsonReader, Type, BoolExpression, Boolean, JsonSerializer)

Reads the JSON representation of the object.

WriteJson(JsonWriter, BoolExpression, JsonSerializer)

Writes the JSON representation of the object.

Applies to