KtMongo
Toggle table of contents
0.20.1
common
jvm
Platform filter
common
jvm
Switch theme
Search in API
KtMongo
Kotlin BSON • Based on the official MongoDB implementation
/
opensavvy.ktmongo.bson.official
/
Bson
Bson
common
jvm
expect
class
Bson
(
source
)
actual
class
Bson
:
Bson
(
source
)
Members
Properties
context
Link copied to clipboard
jvm
val
context
:
JvmBsonContext
raw
Link copied to clipboard
jvm
val
raw
:
BsonDocument
Functions
reader
Link copied to clipboard
jvm
@
LowLevelApi
open
override
fun
reader
(
)
:
BsonDocumentReader
to
Byte
Array
Link copied to clipboard
jvm
@
LowLevelApi
open
override
fun
toByteArray
(
)
:
ByteArray
to
String
Link copied to clipboard
jvm
open
override
fun
toString
(
)
:
String