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