NumberExpressionConverter 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 which allows json to be expression to object or static object.
public class NumberExpressionConverter : Newtonsoft.Json.JsonConverter<AdaptiveExpressions.Properties.NumberExpression>
type NumberExpressionConverter = class
inherit JsonConverter<NumberExpression>
Public Class NumberExpressionConverter
Inherits JsonConverter(Of NumberExpression)
- Inheritance
-
Newtonsoft.Json.JsonConverter<NumberExpression>NumberExpressionConverter
Constructors
NumberExpressionConverter() |
Initializes a new instance of the NumberExpressionConverter class. |
Properties
CanRead |
Gets a value indicating whether this Converter can read JSON. |
Methods
ReadJson(JsonReader, Type, NumberExpression, Boolean, JsonSerializer) |
Reads the JSON representation of the object. |
WriteJson(JsonWriter, NumberExpression, JsonSerializer) |
Writes the JSON representation of the object. |