ResultConverter.ReadJson Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public override Microsoft.Quantum.Simulation.Core.Result ReadJson (Newtonsoft.Json.JsonReader reader, Type objectType, Microsoft.Quantum.Simulation.Core.Result existingValue, bool hasExistingValue, Newtonsoft.Json.JsonSerializer serializer);
override this.ReadJson : Newtonsoft.Json.JsonReader * Type * Microsoft.Quantum.Simulation.Core.Result * bool * Newtonsoft.Json.JsonSerializer -> Microsoft.Quantum.Simulation.Core.Result
Public Overrides Function ReadJson (reader As JsonReader, objectType As Type, existingValue As Result, hasExistingValue As Boolean, serializer As JsonSerializer) As Result
Parameters
- reader
- Newtonsoft.Json.JsonReader
- objectType
- Type
- existingValue
- Microsoft.Quantum.Simulation.Core.Result
- hasExistingValue
- Boolean
- serializer
- Newtonsoft.Json.JsonSerializer
Returns
- Microsoft.Quantum.Simulation.Core.Result