ExpressionConverter Class

Definition

Converter for Expression objects - string.

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

Constructors

ExpressionConverter()

Properties

CanRead

Gets a value indicating whether this Converter can read JSON.

Methods

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

Reads the JSON representation of the object.

WriteJson(JsonWriter, Expression, JsonSerializer)

Writes the JSON representation of the object.

Applies to