ResolvedCharacteristicsConverter.ReadJson Method

Definition

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

Parameters

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

Returns

ResolvedCharacteristics

Applies to