次の方法で共有


ContentKeyPolicyPlayReadyContentTypeConverter クラス

定義

ContentKeyPolicyPlayReadyContentType の値を定義します。

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

コンストラクター

ContentKeyPolicyPlayReadyContentTypeConverter()

ContentKeyPolicyPlayReadyContentType の値を定義します。

メソッド

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

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

WriteJson(JsonWriter, Object, JsonSerializer)

シリアル化のために ContentKeyPolicyPlayReadyContentType の WriteJson をオーバーライドする。

適用対象