Package | Description |
---|---|
org.bson |
Contains the base BSON classes.
|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Class and Description |
---|---|
class |
BsonBinaryReader
A BsonReader implementation that reads from a binary stream of data.
|
class |
BsonDocumentReader
A
BsonReader implementation that reads from an instance of BsonDocument . |
Modifier and Type | Class and Description |
---|---|
class |
JsonReader
Reads a JSON in one of the following modes:
Strict mode that conforms to the JSON RFC specifications.
JavaScript mode that that most JavaScript interpreters can process
Shell mode that the mongo shell can process.
|