BinaryEmbedding.VectorConverter.Write Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menulis nilai yang ditentukan sebagai 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)
Parameter
- writer
- Utf8JsonWriter
Penulis yang akan ditulis.
- value
- BitArray
Nilai untuk dikonversi menjadi JSON.
- options
- JsonSerializerOptions
Objek yang menentukan opsi serialisasi untuk digunakan.