Base:
property
SupportsCreateObjectDelegate
System.Text.Json.Serialization.JsonConverter.SupportsCreateObjectDelegate
3 overrides of SupportsCreateObjectDelegate
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Collection\ImmutableDictionaryOfTKeyTValueConverter.cs (1)
22internal override bool SupportsCreateObjectDelegate => false;
System\Text\Json\Serialization\Converters\Collection\IReadOnlyDictionaryOfTKeyTValueConverter.cs (1)
21internal override bool SupportsCreateObjectDelegate => false;
System\Text\Json\Serialization\Converters\FSharp\FSharpMapConverter.cs (1)
31internal override bool SupportsCreateObjectDelegate => false;