BinaryDataJsonConverter.Write Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes a specified value as JSON.
public:
override void Write(System::Text::Json::Utf8JsonWriter ^ writer, BinaryData ^ value, System::Text::Json::JsonSerializerOptions ^ options);
public override void Write (System.Text.Json.Utf8JsonWriter writer, BinaryData value, System.Text.Json.JsonSerializerOptions options);
override this.Write : System.Text.Json.Utf8JsonWriter * BinaryData * System.Text.Json.JsonSerializerOptions -> unit
Public Overrides Sub Write (writer As Utf8JsonWriter, value As BinaryData, options As JsonSerializerOptions)
Parameters
- writer
- Utf8JsonWriter
The writer to write to.
- value
- BinaryData
The value to convert to JSON.
- options
- JsonSerializerOptions
An object that specifies serialization options to use.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา