Package | Description |
---|---|
org.bson |
This package contains bson classes required for the driver
|
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.
|
Copyright © 2016. All Rights Reserved.