API:System.JSON.Writers.TJsonObjectWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.Writers.TJsonWriterSystem.TObjectTJsonObjectWriter

Delphi

TJsonObjectWriter = class(TJsonWriter)

C++

class PASCALIMPLEMENTATION TJsonObjectWriter : public TJsonWriter

Properties

Type Visibility Source Unit Parent
class public
System.JSON.Writers.pas
System.JSON.Writers.hpp
System.JSON.Writers System.JSON.Writers

Description

Base class that provides logic to serialize JSON data.

System.JSON.Writers.TJsonObjectWriter inherits from System.JSON.Writers.TJsonWriter. All content below this line refers to System.JSON.Writers.TJsonWriter.

Base class that provides logic to serialize JSON data.

See Also