System.JSON.Writers.TJsonWriter

From RAD Studio API Documentation
Revision as of 09:27, 3 November 2015 by Mariac (talk | contribs) (RS-66774)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

System.JSON.Types.TJsonFilerSystem.JSON.Types.TJsonLineInfoSystem.TObjectTJsonWriter

Delphi

TJsonWriter = class(TJsonFiler)

C++

class PASCALIMPLEMENTATION TJsonWriter : public System::Json::Types::TJsonFiler

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.

See Also