次の方法で共有


ContentKeyPolicyPlayReadyLicenseTypeConverter クラス

定義

ContentKeyPolicyPlayReadyLicenseType の値を定義します。

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

コンストラクター

ContentKeyPolicyPlayReadyLicenseTypeConverter()

ContentKeyPolicyPlayReadyLicenseType の値を定義します。

メソッド

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

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

WriteJson(JsonWriter, Object, JsonSerializer)

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

適用対象