3 references to JsonObjectInfoValues
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonMetadataServices.cs (1)
63
public static JsonTypeInfo<T> CreateObjectInfo<T>(JsonSerializerOptions options,
JsonObjectInfoValues
<T> objectInfo) where T : notnull
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (2)
30
private static JsonTypeInfo<T> CreateCore<T>(JsonSerializerOptions options,
JsonObjectInfoValues
<T> objectInfo)
106
private static JsonConverter<T> GetConverter<T>(
JsonObjectInfoValues
<T> objectInfo)