<PackageReference Include="System.Text.Json" Version="4.6.0-preview6.19264.9" />

JsonPropertyInfoCommon<TClass, TDeclaredProperty, TRuntimeProperty>

abstract class JsonPropertyInfoCommon<TClass, TDeclaredProperty, TRuntimeProperty> : JsonPropertyInfo
public bool _isPropertyPolicy

public Func<TClass, TDeclaredProperty> Get { get; }

public Action<TClass, TDeclaredProperty> Set { get; }

public JsonValueConverter<TRuntimeProperty> ValueConverter { get; }

public JsonPropertyInfoCommon(Type parentClassType, Type declaredPropertyType, Type runtimePropertyType, PropertyInfo propertyInfo, Type elementType, JsonSerializerOptions options)