podafBson

A BSON specification implementation

Classes

Binary

(BSON Type) - Wraps binary data and its subType.

BsonReader

Wraps an InStream to read BSON objects.

BsonWriter

Wraps an OutStream to write BSON objects.

Code

(BSON Type) - Wraps a JavaScript function and default variable values.

MaxKey

(BSON Type) - MaxKey is greater than any other value of any type.

MinKey

(BSON Type) - MinKey is less than any other value of any type.

ObjectId

(BSON Type) - A globally unique identifier for MongoDB objects.

Timestamp

(BSON Type) - Timestamps are used internally by MongoDB's replication.

Enums

BsonType

A list of BSON types.