Serialized Form
-
Package org.bson
-
Class org.bson.BasicBSONObject
- serialVersionUID:
- -4415279469780082174L
-
Class org.bson.BsonDocument
class BsonDocument extends BsonValue implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Prevent normal deserialization.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/input.html
- Parameters:
stream
- the stream- Throws:
InvalidObjectException
- in all cases
-
writeReplace
Write the replacement object.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/output.html
-
-
Serialized Fields
-
Class org.bson.BsonDocumentWrapper
class BsonDocumentWrapper extends BsonDocument implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Prevent normal deserialization.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/input.html
- Parameters:
stream
- the stream- Throws:
InvalidObjectException
- in all cases
-
writeReplace
Write the replacement object.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/output.html
-
-
Serialized Fields
-
unwrapped
BsonDocument unwrapped
The unwrapped document, which may be null
-
-
Exception org.bson.BsonInvalidOperationException
class BsonInvalidOperationException extends BSONException implements Serializable- serialVersionUID:
- 7684248076818601418L
-
Exception org.bson.BsonMaximumSizeExceededException
class BsonMaximumSizeExceededException extends BsonSerializationException implements Serializable- serialVersionUID:
- 8725368828269129777L
-
Exception org.bson.BsonSerializationException
class BsonSerializationException extends BSONException implements Serializable- serialVersionUID:
- -5214580094005440780L
-
Class org.bson.Document
class Document extends Object implements Serializable- serialVersionUID:
- 6297731997167536582L
-
Serialized Fields
-
documentAsMap
LinkedHashMap<String,
Object> documentAsMap The map of keys to values.
-
-
Class org.bson.RawBsonArray
class RawBsonArray extends BsonArray implements Serializable- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
Prevent normal deserialization.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/input.html
- Parameters:
stream
- the stream- Throws:
InvalidObjectException
- in all cases
-
writeReplace
Write the replacement object.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/output.html
-
-
Class org.bson.RawBsonDocument
class RawBsonDocument extends BsonDocument implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Prevent normal deserialization.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/input.html
- Parameters:
stream
- the stream- Throws:
InvalidObjectException
- in all cases
-
writeReplace
Write the replacement object.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/output.html
-
-
Serialized Fields
-
bytes
byte[] bytes
The raw bytes. -
length
int length
The length, which must be less thanoffset + bytes.length
. -
offset
int offset
The offset into bytes, which must be less thanbytes.length
.
-
-
-
Package org.bson.codecs.configuration
-
Exception org.bson.codecs.configuration.CodecConfigurationException
class CodecConfigurationException extends RuntimeException implements Serializable- serialVersionUID:
- -5656763889202800056L
-
-
Package org.bson.json
-
Exception org.bson.json.JsonParseException
class JsonParseException extends RuntimeException implements Serializable- serialVersionUID:
- -6722022620020198727L
-
-
Package org.bson.types
-
Class org.bson.types.BasicBSONList
- serialVersionUID:
- -4415279469780082174L
-
Class org.bson.types.Binary
class Binary extends Object implements Serializable- serialVersionUID:
- 7902997490338209467L
-
Serialized Fields
-
data
byte[] data
The binary data. -
type
byte type
The binary sub-type.
-
-
Class org.bson.types.BSONTimestamp
class BSONTimestamp extends Object implements Serializable- serialVersionUID:
- -3268482672267936464L
-
Serialized Fields
-
inc
int inc
The millisecond increment within the second. -
time
Date time
The time, in seconds
-
-
Class org.bson.types.Code
class Code extends Object implements Serializable- serialVersionUID:
- 475535263314046697L
-
Serialized Fields
-
code
String code
The JavaScript code string.
-
-
Class org.bson.types.CodeWithScope
class CodeWithScope extends Code implements Serializable- serialVersionUID:
- -6284832275113680002L
-
Serialized Fields
-
scope
Document scope
The scope document.
-
-
Class org.bson.types.CodeWScope
class CodeWScope extends Code implements Serializable- serialVersionUID:
- -6284832275113680002L
-
Serialized Fields
-
scope
BSONObject scope
The scope document.
-
-
Class org.bson.types.Decimal128
class Decimal128 extends Number implements Serializable- serialVersionUID:
- 4570973266503637887L
-
Serialized Fields
-
high
long high
The high bits. -
low
long low
The low bits.
-
-
Class org.bson.types.MaxKey
class MaxKey extends Object implements Serializable- serialVersionUID:
- 5123414776151687185L
-
Class org.bson.types.MinKey
class MinKey extends Object implements Serializable- serialVersionUID:
- 4075901136671855684L
-
Class org.bson.types.ObjectId
class ObjectId extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
Prevent normal deserialization.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/input.html
- Parameters:
stream
- the stream- Throws:
InvalidObjectException
- in all cases
-
writeReplace
Write the replacement object.See https://docs.oracle.com/javase/6/docs/platform/serialization/spec/output.html
-
-
Serialized Fields
-
counter
int counter
The counter. -
randomValue1
int randomValue1
the first four bits of randomness. -
randomValue2
short randomValue2
The last two bits of randomness. -
timestamp
int timestamp
The timestamp
-
-
Class org.bson.types.Symbol
class Symbol extends Object implements Serializable- serialVersionUID:
- 1326269319883146072L
-
Serialized Fields
-
symbol
String symbol
The symbol string.
-
-