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