<PackageReference Include="System.Text.Json" Version="6.0.10" />

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(); } }