IntExpressionConverter Class

Definition

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

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

Constructors

IntExpressionConverter()

Initializes a new instance of the IntExpressionConverter class.

Properties

CanRead

Gets a value indicating whether this Converter can read JSON.

Methods

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

Reads the JSON representation of the object.

WriteJson(JsonWriter, IntExpression, JsonSerializer)

Writes the JSON representation of the object.

Applies to