ValueExpressionConverter.ReadJson(JsonReader, Type, ValueExpression, Boolean, JsonSerializer) Method
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.
Reads the JSON representation of the object.
public override AdaptiveExpressions.Properties.ValueExpression ReadJson (Newtonsoft.Json.JsonReader reader, Type objectType, AdaptiveExpressions.Properties.ValueExpression existingValue, bool hasExistingValue, Newtonsoft.Json.JsonSerializer serializer);
override this.ReadJson : Newtonsoft.Json.JsonReader * Type * AdaptiveExpressions.Properties.ValueExpression * bool * Newtonsoft.Json.JsonSerializer -> AdaptiveExpressions.Properties.ValueExpression
Public Overrides Function ReadJson (reader As JsonReader, objectType As Type, existingValue As ValueExpression, hasExistingValue As Boolean, serializer As JsonSerializer) As ValueExpression
Parameters
- reader
- Newtonsoft.Json.JsonReader
The Newtonsoft.Json.JsonReader to read from.
- objectType
- Type
Type of the object.
- existingValue
- ValueExpression
The existing value of object being read.
- hasExistingValue
- Boolean
A boolean value indicating whether there is an existing value of object to be read.
- serializer
- Newtonsoft.Json.JsonSerializer
The calling serializer.
Returns
A ValueExpression instance.