Share via


JsonByteArrayReaderWriter.ToJsonTyped(Utf8JsonWriter, Byte[]) Method

Definition

Writes the value to JSON.

public override void ToJsonTyped (System.Text.Json.Utf8JsonWriter writer, byte[] value);
override this.ToJsonTyped : System.Text.Json.Utf8JsonWriter * byte[] -> unit
Public Overrides Sub ToJsonTyped (writer As Utf8JsonWriter, value As Byte())

Parameters

writer
Utf8JsonWriter

The Utf8JsonWriter into which the value should be written.

value
Byte[]

The value to write.

Applies to