Package org.bson

Contains the base BSON classes and Encoder/Decoder.

See:
          Description

Interface Summary
BSONCallback  
BSONDecoder  
BSONObject A key-value map that can be saved to the database.
Transformer  
 

Class Summary
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 Summary
BSONException A general runtime exception raised in BSON processing.
 

Package org.bson Description

Contains the base BSON classes and Encoder/Decoder.