JsonBooleanStringWrite Method

Writes a specified value as JSON.

Definition

Namespace: Common.Core.Converters
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public override void Write(
	Utf8JsonWriter writer,
	bool? value,
	JsonSerializerOptions options
)

Parameters

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

See Also