Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
org.bson |
Contains the base BSON classes and Encoder/Decoder.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DBDecoder |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDBDecoder |
class |
LazyDBDecoder |
class |
LazyWriteableDBDecoder |
Modifier and Type | Class and Description |
---|---|
class |
BasicBSONDecoder
Basic implementation of BSONDecoder interface that creates BasicBSONObject instances
|
class |
LazyBSONDecoder
implementation of BSONDecoder that creates LazyBSONObject instances
|
class |
NewBSONDecoder
A new implementation of the bson decoder.
|