1 override of GetValueAsObject
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (1)
160
internal override object?
GetValueAsObject
(object obj)
3 references to GetValueAsObject
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
239
object extDictionary = jsonPropertyInfo.
GetValueAsObject
(obj)!;
System\Text\Json\Serialization\JsonSerializer.Read.HandlePropertyName.cs (1)
112
object? extensionData = jsonPropertyInfo.
GetValueAsObject
(obj);
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
853
object propValue =
GetValueAsObject
(obj)!;