API:System.JSON.Writers.TJsonTextWriter

提供: RAD Studio API Documentation
移動先: 案内検索

System.JSON.Writers.TJsonWriterSystem.TObjectTJsonTextWriter

Delphi

TJsonTextWriter = class(TJsonWriter)

C++

class PASCALIMPLEMENTATION TJsonTextWriter : public TJsonWriter

プロパティ

種類 可視性 ソース ユニット
class public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers System.JSON.Writers

説明

JSON データをシリアル化するロジックを備えた基底クラスです。

System.JSON.Writers.TJsonTextWriter は System.JSON.Writers.TJsonWriter を継承しています。以下の内容はすべて System.JSON.Writers.TJsonWriter を参照しています。

JSON データをシリアル化するロジックを備えた基底クラスです。

関連項目