次の方法で共有


LiveOutputResourceStateConverter クラス

定義

LiveOutputResourceState の値を定義します。

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

コンストラクター

LiveOutputResourceStateConverter()

LiveOutputResourceState の値を定義します。

メソッド

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

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

WriteJson(JsonWriter, Object, JsonSerializer)

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

適用対象