Gorilla.JSON.BSON

Unit Gorilla.JSON.BSON.pas

Classes

Enumerations

  • enum  TBsonType  = ( BsonDocument, Float, String, Object, Array, Binary, Undefined, Oid, Boolean, DateTime, Null, Regex, Reference, Code, Symbol, CodeWScope, Integer, TimeStamp, Long, MinKey, MaxKey ) ;

TBsonType

enum TBsonType = ( BsonDocument, Float, String, Object, Array, Binary, Undefined, Oid, Boolean, DateTime, Null, Regex, Reference, Code, Symbol, CodeWScope, Integer, TimeStamp, Long, MinKey, MaxKey ) ;

Code of each bson type. See http://bsonspec.org/spec.html

TBsonWriter

Writer to serialize data into Bson. See http://bsonspec.org/

Ancestors

Members

Fields

Methods

Properties

TBsonReader

Reader to access Bson data. See http://bsonspec.org/

Ancestors

Members

Fields

Methods

Properties