API:System.JSON.Writers.TJsonObjectWriter

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.JSON.Writers.TJsonWriterSystem.TObjectTJsonObjectWriter

Delphi

TJsonObjectWriter = class(TJsonWriter)

C++

class PASCALIMPLEMENTATION TJsonObjectWriter : public TJsonWriter

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers System.JSON.Writers

Beschreibung

Basisklasse, die die Logik zum Serialisieren von JSON-Daten bereitstellt.

System.JSON.Writers.TJsonObjectWriter erbt von System.JSON.Writers.TJsonWriter. Der folgende Inhalt bezieht sich auf System.JSON.Writers.TJsonWriter.

Basisklasse, die die Logik zum Serialisieren von JSON-Daten bereitstellt.

Siehe auch