3 references to OnSerialized
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (1)
339jsonTypeInfo.OnSerialized?.Invoke(value);
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (1)
373jsonTypeInfo.OnSerialized?.Invoke(dictionary);
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (1)
451jsonTypeInfo.OnSerialized?.Invoke(obj);