1 reference to SerializeTypeInstanceNotSupported
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Value\UnsupportedTypeConverter.cs (1)
15
public string ErrorMessage => _errorMessage ?? SR.Format(SR.
SerializeTypeInstanceNotSupported
, typeof(T).FullName);