For Babelfish Release 1.12.4.4

EnumConverterByDescriptionTWriteAsPropertyName Method

Writes a dictionary key as a JSON property name.

Definition

Namespace: Scopos.BabelFish.Converters.Microsoft
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.4.4+d2f3bdeedfc7a151494a378da1156fb690afa333
C#
public override void WriteAsPropertyName(
	Utf8JsonWriter writer,
	T value,
	JsonSerializerOptions options
)

Parameters

writer  Utf8JsonWriter
The Utf8JsonWriter to write to.
value  T
The value to convert. The value of HandleNull determines if the converter handles values.
options  JsonSerializerOptions
The options to use when writing the value.

See Also