Uses of Class
org.bson.AbstractBsonReader
-
Packages that use AbstractBsonReader Package Description org.bson Contains the base BSON classes.org.bson.json JSON serialization and deserialization. -
-
Uses of AbstractBsonReader in org.bson
Subclasses of AbstractBsonReader in org.bson Modifier and Type Class Description class
BsonBinaryReader
A BsonReader implementation that reads from a binary stream of data.class
BsonDocumentReader
ABsonReader
implementation that reads from an instance ofBsonDocument
. -
Uses of AbstractBsonReader in org.bson.json
Subclasses of AbstractBsonReader in org.bson.json Modifier and Type Class 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.
-