kintoneContentConvertorT ClasskintoneDotNETHelp
kintoneから返却されるJSONの読み込み、また送信する際のシリアライズを行うConvertor
Inheritance Hierarchy

SystemObject
  System.Web.Script.SerializationJavaScriptConverter
    kintoneDotNET.APIkintoneContentConvertorT

Namespace: kintoneDotNET.API
Assembly: kintoneDotNET (in kintoneDotNET.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax

public class kintoneContentConvertor<T> : JavaScriptConverter
where T : AbskintoneModel

Type Parameters

T

The kintoneContentConvertorT type exposes the following members.

Constructors

  NameDescription
Public methodkintoneContentConvertorT
Initializes a new instance of the kintoneContentConvertorT class
Top
Methods

  NameDescription
Public methodDeserialize
kintoneから受け取ったJSONを、モデル型配列に変換する
(Overrides JavaScriptConverterDeserialize(IDictionaryString, Object, Type, JavaScriptSerializer).)
Public methodEquals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
特定の型のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodSerialize
kintoneへ送信する際のシリアライズを行う
(Overrides JavaScriptConverterSerialize(Object, JavaScriptSerializer).)
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertySupportedTypes (Overrides JavaScriptConverterSupportedTypes.)
Top
Remarks

See Also

Reference