JsonPropertyInfoNullable<TClass, TProperty>
sealed class JsonPropertyInfoNullable<TClass, TProperty> : JsonPropertyInfoCommon<TClass, TProperty?, TProperty> where TProperty : struct
public JsonPropertyInfoNullable(Type parentClassType, Type declaredPropertyType, Type runtimePropertyType, PropertyInfo propertyInfo, Type elementType, JsonSerializerOptions options)