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

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