次の方法で共有


PolymorphicJsonCustomConverter<T1,T2> クラス

定義

public class PolymorphicJsonCustomConverter<T1,T2> : Newtonsoft.Json.JsonConverter where T1 : class where T2 : class
type PolymorphicJsonCustomConverter<'T1, 'T2 (requires 'T1 : null and 'T2 : null)> = class
    inherit JsonConverter
Public Class PolymorphicJsonCustomConverter(Of T1, T2)
Inherits JsonConverter

型パラメーター

T1
T2
継承
Newtonsoft.Json.JsonConverter
PolymorphicJsonCustomConverter<T1,T2>

コンストラクター

PolymorphicJsonCustomConverter<T1,T2>(String, String)

PolymorphicJsonCustomConverter<T1,T2> クラスの新しいインスタンスを初期化します。

メソッド

CanConvert(Type)

このインスタンスが指定したオブジェクト型を変換できるかどうかを判断します。

ReadJson(JsonReader, Type, Object, JsonSerializer)

オブジェクトの JSON 表現を読み取ります。

WriteJson(JsonWriter, Object, JsonSerializer)

オブジェクトの JSON 表現を書き込みます。

適用対象