次の方法で共有


OnErrorTypeConverter クラス

定義

OnErrorType の値を定義します。

public sealed class OnErrorTypeConverter : Newtonsoft.Json.JsonConverter
type OnErrorTypeConverter = class
    inherit JsonConverter
Public NotInheritable Class OnErrorTypeConverter
Inherits JsonConverter
継承
Newtonsoft.Json.JsonConverter
OnErrorTypeConverter

コンストラクター

OnErrorTypeConverter()

OnErrorType の値を定義します。

メソッド

CanConvert(Type)

コンバーターによって objectType を OnErrorType に変換できる場合は を返します。

ReadJson(JsonReader, Type, Object, JsonSerializer)

ReadJson をオーバーライドし、トークンを OnErrorType に変換します。

WriteJson(JsonWriter, Object, JsonSerializer)

シリアル化のための OnErrorType の WriteJson のオーバーライド。

適用対象