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

IJsonOnSerialized

public interface IJsonOnSerialized
Specifies that the type should have its OnSerialized method called after serialization occurs.
namespace System.Text.Json.Serialization { public interface IJsonOnSerialized { void OnSerialized(); } }