REST.JsonReflect.TSerStringList

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

System.TObjectTSerStringList

Delphi

TSerStringList = class

C++

class PASCALIMPLEMENTATION TSerStringList : public System::TObject

プロパティ

種類 可視性 ソース ユニット
class public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect REST.JsonReflect


説明

シリアル化可能な TStringList を表します。

シリアル化された TStringList 内のそれぞれの文字列は、TSerStringItem としてシリアル化されます。

TSerStringListStringListConverter および StringListReverter によって使われます。

関連項目