Share via


KernelJsonSchema.JsonConverter.Write Method

Definition

System.Text.Json.Serialization.JsonConverter`1.Write(System.Text.Json.Utf8JsonWriter,Microsoft.SemanticKernel.KernelJsonSchema,System.Text.Json.JsonSerializerOptions)
public override void Write (System.Text.Json.Utf8JsonWriter writer, Microsoft.SemanticKernel.KernelJsonSchema value, System.Text.Json.JsonSerializerOptions options);
override this.Write : System.Text.Json.Utf8JsonWriter * Microsoft.SemanticKernel.KernelJsonSchema * System.Text.Json.JsonSerializerOptions -> unit
Public Overrides Sub Write (writer As Utf8JsonWriter, value As KernelJsonSchema, options As JsonSerializerOptions)

Parameters

Applies to