QsNullableLocationConverter 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.
[Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)]
[System.Serializable]
public class QsNullableLocationConverter : Newtonsoft.Json.JsonConverter<Microsoft.Quantum.QsCompiler.DataTypes.QsNullable<Microsoft.Quantum.QsCompiler.SyntaxTree.QsLocation>>
[<Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.ObjectType)>]
[<System.Serializable>]
type QsNullableLocationConverter = class
inherit JsonConverter<QsNullable<QsLocation>>
Public Class QsNullableLocationConverter
Inherits JsonConverter(Of QsNullable(Of QsLocation))
- Inheritance
-
QsNullableLocationConverter
- Attributes
-
Microsoft.FSharp.Core.CompilationMappingAttribute SerializableAttribute
Constructors
| QsNullableLocationConverter(FSharpOption<Boolean>) |
Methods
| ReadJson(JsonReader, Type, QsNullable<QsLocation>, Boolean, JsonSerializer) | |
| WriteJson(JsonWriter, QsNullable<QsLocation>, JsonSerializer) |