JsonArray.WriteTo(Utf8JsonWriter, JsonSerializerOptions) 方法

定义

JsonNode JSON 形式写入所提供的 Utf8JsonWriter 内容。

public override void WriteTo (System.Text.Json.Utf8JsonWriter writer, System.Text.Json.JsonSerializerOptions? options = default);
override this.WriteTo : System.Text.Json.Utf8JsonWriter * System.Text.Json.JsonSerializerOptions -> unit
Public Overrides Sub WriteTo (writer As Utf8JsonWriter, Optional options As JsonSerializerOptions = Nothing)

参数

options
JsonSerializerOptions

用于控制序列化行为的选项。

例外

writer 参数为 null

适用于