BinaryEmbedding.VectorConverter.Write 方法

定义

将指定值写入 JSON。

public:
 override void Write(System::Text::Json::Utf8JsonWriter ^ writer, System::Collections::BitArray ^ value, System::Text::Json::JsonSerializerOptions ^ options);
public override void Write(System.Text.Json.Utf8JsonWriter writer, System.Collections.BitArray value, System.Text.Json.JsonSerializerOptions options);
override this.Write : System.Text.Json.Utf8JsonWriter * System.Collections.BitArray * System.Text.Json.JsonSerializerOptions -> unit
Public Overrides Sub Write (writer As Utf8JsonWriter, value As BitArray, options As JsonSerializerOptions)

参数

writer
Utf8JsonWriter

要写入的编写器。

value
BitArray

要转换为 JSON 的值。

options
JsonSerializerOptions

一个对象,指定要使用的序列化选项。

适用于