Share via


KernelFunction.JsonSerializerOptions Property

Definition

The JsonSerializerOptions to use for serialization and deserialization of various aspects of the function.

protected System.Text.Json.JsonSerializerOptions? JsonSerializerOptions { get; set; }
member this.JsonSerializerOptions : System.Text.Json.JsonSerializerOptions with get, set
Protected Property JsonSerializerOptions As JsonSerializerOptions

Property Value

Applies to