次の方法で共有


RotationConverter クラス

定義

Rotation の値を定義します。

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

コンストラクター

RotationConverter()

Rotation の値を定義します。

メソッド

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

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

WriteJson(JsonWriter, Object, JsonSerializer)

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

適用対象