Interface | Description |
---|---|
BSONCallback | |
BSONDecoder | |
BSONObject |
A key-value map that can be saved to the database.
|
Transformer |
Class | Description |
---|---|
BasicBSONCallback | |
BasicBSONDecoder |
Basic implementation of BSONDecoder interface that creates BasicBSONObject instances
|
BasicBSONObject |
A simple implementation of
DBObject . |
BSON | |
BSONEncoder |
this is meant to be pooled or cached
there is some per instance memory for string conversion, etc...
|
BSONLazyDecoder | |
LazyBSONCallback | |
LazyBSONDecoder |
implementation of BSONDecoder that creates LazyBSONObject instances
|
LazyBSONObject |
Exception | Description |
---|---|
BSONException |
A general runtime exception raised in BSON processing.
|
Contains the base BSON classes and Encoder/Decoder.