オブジェクトをJSONオブジェクトに変換する
JSONオブジェクトからC#オブジェクトを生成する
JSONオブジェクトからC#オブジェクトを生成する
| C# | Visual Basic | Visual C++ |
public class JSONConverter
Public Class JSONConverter
public ref class JSONConverter
| すべてのメンバ | コンストラクタ | メソッド | |||
| メンバ | 説明 | |
|---|---|---|
| JSONConverter(Type) |
変換するクラスを指定して構築
| |
| FromJSON(JSONObject) |
JSONオブジェクトからC#オブジェクトを復元する
| |
| ParseArrayElement(JSONArray, Type) |
配列を復元する
| |
| ParseListElement(JSONArray, Type) |
リストを復元する
| |
| ToJSON(Object) |
JSONオブジェクトを作るroot。
|
| Object | |
| JSONConverter | |