ResourcesEstimatorConverter.ReadJson Method

Definition

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

Parameters

reader
Newtonsoft.Json.JsonReader
objectType
Type
existingValue
Microsoft.Quantum.Simulation.Simulators.ResourcesEstimator
hasExistingValue
Boolean
serializer
Newtonsoft.Json.JsonSerializer

Returns

Microsoft.Quantum.Simulation.Simulators.ResourcesEstimator

Applies to