API:System.JSON.BSON.TBsonWriter

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.Writers.TJsonWriterSystem.JSON.Types.TJsonFilerSystem.JSON.Types.TJsonLineInfoSystem.TObjectTBsonWriter

Delphi

TBsonWriter = class(TJsonWriter)

C++

class PASCALIMPLEMENTATION TBsonWriter : public System::Json::Writers::TJsonWriter

Properties

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

Description

Base class that provides logic to serialize JSON data.

System.JSON.BSON.TBsonWriter 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