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

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