Base:
property
HandleNull
System.Text.Json.Serialization.JsonConverter<T>.HandleNull
3 overrides of HandleNull
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Collection\MemoryConverter.cs (1)
12
public override bool
HandleNull
=> true;
System\Text\Json\Serialization\Converters\Collection\ReadOnlyMemoryConverter.cs (1)
12
public override bool
HandleNull
=> true;
System\Text\Json\Serialization\Converters\JsonMetadataServicesConverter.cs (1)
26
public override bool
HandleNull
{ get; }