3 references to IJsonOnSerializing
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
119/// the value of this callback will be mapped from any <see cref="IJsonOnSerializing"/> implementation on the type. 1256if (typeof(IJsonOnSerializing).IsAssignableFrom(Type)) 1258OnSerializing = static obj => ((IJsonOnSerializing)obj).OnSerializing();