ResultConverter Class
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 class ResultConverter : Newtonsoft.Json.JsonConverter<Microsoft.Quantum.Simulation.Core.Result>
type ResultConverter = class
inherit JsonConverter<Result>
Public Class ResultConverter
Inherits JsonConverter(Of Result)
- Inheritance
-
Newtonsoft.Json.JsonConverter<Microsoft.Quantum.Simulation.Core.Result>ResultConverter
Constructors
| ResultConverter() |
Methods
| ReadJson(JsonReader, Type, Result, Boolean, JsonSerializer) | |
| WriteJson(JsonWriter, Result, JsonSerializer) |