KtMongo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KtMongo
Kotlin BSON • Based on the official MongoDB implementation
/
opensavvy.ktmongo.bson.official
/
JvmBsonFactory
/
readValue
read
Value
jvm
@
LowLevelApi
open
fun
readValue
(
value
:
BsonValue
)
:
BsonValueReader
(
source
)
Instantiates a new
BsonValueReader
instance by wrapping the official driver's
BsonValue
.