UBinarySizeJsonConverterWrite Method

Writes a specified value as JSON.

Definition

Namespace: Ookii
Assembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
C#
public override void Write(
	Utf8JsonWriter writer,
	UBinarySize value,
	JsonSerializerOptions options
)

Parameters

writer  Utf8JsonWriter
The writer to write to.
value  UBinarySize
The value to convert to JSON.
options  JsonSerializerOptions
An object that specifies serialization options to use.

See Also