KernelJsonSchema.JsonConverter 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.
Converter for reading/writing the schema.
public sealed class KernelJsonSchema.JsonConverter : System.Text.Json.Serialization.JsonConverter<Microsoft.SemanticKernel.KernelJsonSchema>
type KernelJsonSchema.JsonConverter = class
inherit JsonConverter<KernelJsonSchema>
Public NotInheritable Class KernelJsonSchema.JsonConverter
Inherits JsonConverter(Of KernelJsonSchema)
- Inheritance
-
KernelJsonSchema.JsonConverter
Constructors
KernelJsonSchema.JsonConverter() |
Methods
Read(Utf8JsonReader, Type, JsonSerializerOptions) | Reads and converts the JSON to type |
Write(Utf8JsonWriter, KernelJsonSchema, JsonSerializerOptions) | System.Text.Json.Serialization.JsonConverter`1.Write(System.Text.Json.Utf8JsonWriter,Microsoft.SemanticKernel.KernelJsonSchema,System.Text.Json.JsonSerializerOptions) |