<PackageReference Include="System.Text.Json" Version="10.0.0-preview.6.25358.103" />

IJsonOnDeserializing

public interface IJsonOnDeserializing
Specifies that the type should have its OnDeserializing method called before deserialization occurs.
namespace System.Text.Json.Serialization { public interface IJsonOnDeserializing { void OnDeserializing(); } }