TypedExpressionConverter.ReadJson Method

Definition

public override Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ReadJson (Newtonsoft.Json.JsonReader reader, Type objectType, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression existingValue, bool hasExistingValue, Newtonsoft.Json.JsonSerializer serializer);
override this.ReadJson : Newtonsoft.Json.JsonReader * Type * Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression * bool * Newtonsoft.Json.JsonSerializer -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Overrides Function ReadJson (reader As JsonReader, objectType As Type, existingValue As TypedExpression, hasExistingValue As Boolean, serializer As JsonSerializer) As TypedExpression

Parameters

reader
Newtonsoft.Json.JsonReader
objectType
Type
existingValue
TypedExpression
hasExistingValue
Boolean
serializer
Newtonsoft.Json.JsonSerializer

Returns

TypedExpression

Applies to