API:System.JSON.BSON.TBsonReader

From RAD Studio API Documentation
Jump to: navigation, search

System.JSON.Readers.TJsonReaderSystem.JSON.Types.TJsonFilerSystem.JSON.Types.TJsonLineInfoSystem.TObjectTBsonReader

Delphi

TBsonReader = class(TJsonReader)

C++

class PASCALIMPLEMENTATION TBsonReader : public System::Json::Readers::TJsonReader

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 for classes that allow you to read data serialized in JSON or a similar format.

System.JSON.BSON.TBsonReader inherits from System.JSON.Readers.TJsonReader. All content below this line refers to System.JSON.Readers.TJsonReader.

Base class for classes that allow you to read data serialized in JSON or a similar format.

See Also