Json.CreateSerializer(IList<JsonConverter>) 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 static Newtonsoft.Json.JsonSerializer CreateSerializer (System.Collections.Generic.IList<Newtonsoft.Json.JsonConverter> converters);
Microsoft.Quantum.QsCompiler.Serialization.Json.CreateSerializer : System.Collections.Generic.IList<Newtonsoft.Json.JsonConverter> -> Newtonsoft.Json.JsonSerializer
Public Shared Function CreateSerializer (converters As IList(Of JsonConverter)) As JsonSerializer
Parameters
- converters
- IList<Newtonsoft.Json.JsonConverter>
Returns
- Newtonsoft.Json.JsonSerializer