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