ValidationProblemDetailsConverter 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
符合 ValidationProblemDetails 的 RFC 7807 規範 Newtonsoft.Json.JsonConverter 。
public ref class ValidationProblemDetailsConverter sealed : Newtonsoft::Json::JsonConverter
public sealed class ValidationProblemDetailsConverter : Newtonsoft.Json.JsonConverter
type ValidationProblemDetailsConverter = class
inherit JsonConverter
Public NotInheritable Class ValidationProblemDetailsConverter
Inherits JsonConverter
- 繼承
-
Newtonsoft.Json.JsonConverterValidationProblemDetailsConverter
建構函式
ValidationProblemDetailsConverter() |
符合 ValidationProblemDetails 的 RFC 7807 規範 Newtonsoft.Json.JsonConverter 。 |
方法
CanConvert(Type) |
符合 ValidationProblemDetails 的 RFC 7807 規範 Newtonsoft.Json.JsonConverter 。 |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
符合 ValidationProblemDetails 的 RFC 7807 規範 Newtonsoft.Json.JsonConverter 。 |
WriteJson(JsonWriter, Object, JsonSerializer) |
符合 ValidationProblemDetails 的 RFC 7807 規範 Newtonsoft.Json.JsonConverter 。 |