REST.JsonReflect.TSerStringList

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTSerStringList

Delphi

TSerStringList = class

C++

class PASCALIMPLEMENTATION TSerStringList : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
REST.JsonReflect.pas
REST.JsonReflect.hpp
REST.JsonReflect REST.JsonReflect

Description

Representation of a TStringList that can be serialized.

Each string in the serialized TStringList is serialized as a TSerStringItem.

StringListConverter and StringListReverter use TSerStringList.

See Also