KtMongo
Toggle table of contents
common
jvm
Target filter
common
jvm
Switch theme
Search in API
Skip to content
KtMongo
Kotlin BSON • Compatibility with the official MongoDB implementation
/
opensavvy.ktmongo.bson.official
/
BsonFactory
/
readValue
read
Value
common
jvm
@
LowLevelApi
expect
open
override
fun
readValue
(
value
:
BsonValue
)
:
BsonValue
(
source
)
fun
readValue
(
raw
:
BsonValue
)
:
BsonValue
(
source
)
Wraps a
org.bson.BsonValue
from the official MongoDB driver into its KtMongo equivalent.
@
LowLevelApi
actual
open
override
fun
readValue
(
value
:
BsonValue
)
:
BsonValue
(
source
)