QVoidConverter.WriteJson(JsonWriter, QVoid, JsonSerializer) 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 void WriteJson (Newtonsoft.Json.JsonWriter writer, Microsoft.Quantum.Simulation.Core.QVoid value, Newtonsoft.Json.JsonSerializer serializer);
override this.WriteJson : Newtonsoft.Json.JsonWriter * Microsoft.Quantum.Simulation.Core.QVoid * Newtonsoft.Json.JsonSerializer -> unit
Public Overrides Sub WriteJson (writer As JsonWriter, value As QVoid, serializer As JsonSerializer)
Parameters
- writer
- Newtonsoft.Json.JsonWriter
- value
- Microsoft.Quantum.Simulation.Core.QVoid
- serializer
- Newtonsoft.Json.JsonSerializer