UBinarySizeJsonConverterWrite Method
Writes a specified value as JSON.
Namespace: OokiiAssembly: Ookii.BinarySize (in Ookii.BinarySize.dll) Version: 1.2.0+20f0bdf981c7baf115c68ccab612b1a031efcb4d
public override void Write(
Utf8JsonWriter writer,
UBinarySize value,
JsonSerializerOptions options
)
Public Overrides Sub Write (
writer As Utf8JsonWriter,
value As UBinarySize,
options As JsonSerializerOptions
)
public:
virtual void Write(
Utf8JsonWriter^ writer,
UBinarySize value,
JsonSerializerOptions^ options
) override
abstract Write :
writer : Utf8JsonWriter *
value : UBinarySize *
options : JsonSerializerOptions -> unit
override Write :
writer : Utf8JsonWriter *
value : UBinarySize *
options : JsonSerializerOptions -> unit
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.