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

System.Text.Json.Serialization.IJsonOnDeserialized

public interface IJsonOnDeserialized
Specifies that the JSON type should have its OnDeserialized method called after deserialization occurs.
namespace System.Text.Json.Serialization { public interface IJsonOnDeserialized { void OnDeserialized(); } }