Uses of Package
org.bson

Packages that use org.bson
com.mongodb Main package with core files. 
com.mongodb.gridfs GridFS tools. 
com.mongodb.util Package containing misc utils. 
org.bson Contains the base BSON classes and Encoder/Decoder. 
org.bson.types Contains classes implementing various BSON types. 
 

Classes in org.bson used by com.mongodb
BasicBSONCallback
           
BasicBSONDecoder
          Basic implementation of BSONDecoder interface that creates BasicBSONObject instances
BasicBSONEncoder
          this is meant to be pooled or cached there is some per instance memory for string conversion, etc...
BasicBSONObject
          A simple implementation of DBObject.
BSON
           
BSONCallback
           
BSONDecoder
           
BSONEncoder
           
BSONObject
          A key-value map that can be saved to the database.
EmptyBSONCallback
           
LazyBSONCallback
           
LazyBSONDecoder
          implementation of BSONDecoder that creates LazyBSONObject instances
LazyBSONObject
           
 

Classes in org.bson used by com.mongodb.gridfs
BSONObject
          A key-value map that can be saved to the database.
 

Classes in org.bson used by com.mongodb.util
BasicBSONCallback
           
BSONCallback
           
BSONObject
          A key-value map that can be saved to the database.
 

Classes in org.bson used by org.bson
BasicBSONObject
          A simple implementation of DBObject.
BSONCallback
           
BSONDecoder
           
BSONEncoder
           
BSONObject
          A key-value map that can be saved to the database.
EmptyBSONCallback
           
LazyBSONCallback
           
LazyBSONList
           
LazyBSONObject
           
Transformer
           
 

Classes in org.bson used by org.bson.types
BSONObject
          A key-value map that can be saved to the database.