ExpressionPropertyConverter<T> Class

Definition

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

public class ExpressionPropertyConverter<T> : Newtonsoft.Json.JsonConverter<AdaptiveExpressions.Properties.ExpressionProperty<T>>
type ExpressionPropertyConverter<'T> = class
    inherit JsonConverter<ExpressionProperty<'T>>
Public Class ExpressionPropertyConverter(Of T)
Inherits JsonConverter(Of ExpressionProperty(Of T))

Type Parameters

T

The property type to construct.

Inheritance
Newtonsoft.Json.JsonConverter<ExpressionProperty<T>>
ExpressionPropertyConverter<T>

Constructors

ExpressionPropertyConverter<T>()

Properties

CanRead

Gets a value indicating whether this Converter can read JSON.

Methods

ReadJson(JsonReader, Type, ExpressionProperty<T>, Boolean, JsonSerializer)

Reads the JSON representation of the object.

WriteJson(JsonWriter, ExpressionProperty<T>, JsonSerializer)

Writes the JSON representation of the object.

Applies to