QsNamespaceConverter.ReadJson Method

Definition

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

Parameters

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

Returns

QsNamespace

Applies to