TROBSONBaseCollection
Overview
The TROBSONBaseCollection class is created to represent a unordered set of name/value pairs. This class is used internally by the BSON (de)serializer inside the TROBSONMessage class.
Users are not required to deal with BSON directly, so there is no need to use this class.
Location
- Unit: uROBSON.pas
- Ancestry: TCollection | TROBSONBaseCollection
Properties
Items
property Items[Index: Integer]: TROBSONElement read write
Instance Methods
constructor Create
constructor Create
AsBSON
Returns object as BSON bytes
function AsBSON: TBytes