ExpressionConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |