Package | Description |
---|---|
org.bson |
Contains the base BSON classes.
|
org.bson.json |
JSON serialization and deserialization.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractBsonReader.Mark |
protected class |
BsonBinaryReader.Mark |
protected class |
BsonDocumentReader.Mark |
Modifier and Type | Method and Description |
---|---|
BsonReaderMark |
BsonReader.getMark()
Gets a mark representing the current state of the reader.
|
BsonReaderMark |
BsonDocumentReader.getMark() |
BsonReaderMark |
BsonBinaryReader.getMark() |
Modifier and Type | Class and Description |
---|---|
protected class |
JsonReader.Mark |
Modifier and Type | Method and Description |
---|---|
BsonReaderMark |
JsonReader.getMark() |
Copyright © 2018. All rights reserved.