System.Text.Json.Serialization.JsonObjectCreationHandlingAttribute
Determines how deserialization handles object creation for fields or properties.
namespace System.Text.Json.Serialization
{
public sealed class JsonObjectCreationHandlingAttribute : JsonAttribute
{
public JsonObjectCreationHandling Handling { get; }
public JsonObjectCreationHandlingAttribute(JsonObjectCreationHandling handling);
}
}