Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson • BsonType • DBPointer
DBPointer¶
Deprecated¶
This functionality is deprecated in the BSON specification. See https://bsonspec.org/spec.html
A reference to a document in another collection.
See also¶
-
BsonValueReader.readDBPointerIdLow-level read: ID. -
BsonValueReader.readDBPointerNamespaceLow-level read: namespace. -
BsonFieldWriter.writeDBPointerLow-level write.
Properties¶
code¶
The byte identifier for this particular type.