QVoidConverter.ReadJson Method

Definition

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

Parameters

reader
Newtonsoft.Json.JsonReader
objectType
Type
existingValue
Microsoft.Quantum.Simulation.Core.QVoid
hasExistingValue
Boolean
serializer
Newtonsoft.Json.JsonSerializer

Returns

Microsoft.Quantum.Simulation.Core.QVoid

Applies to