KtMongo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KtMongo
Kotlin BSON • Test suites
/
opensavvy.ktmongo.bson.raw
/
BsonDeclaration
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
document
Link copied to clipboard
fun
document
(
writer
:
BsonFieldWriter
.
(
)
->
Unit
)
:
BsonDeclaration
hex
Link copied to clipboard
fun
hex
(
hex
:
String
)
:
BsonDeclaration
json
Link copied to clipboard
fun
json
(
json
:
String
)
:
BsonDeclaration
serialize
Link copied to clipboard
inline
fun
<
T
:
Any
>
serialize
(
obj
:
T
)
:
BsonDeclaration
fun
serialize
(
obj
:
Any
,
type
:
KType
,
klass
:
KClass
<
*
>
)
:
BsonDeclaration
verify
Link copied to clipboard
fun
verify
(
name
:
String
,
block
:
BsonDocumentReader
.
(
)
->
Unit
)
:
BsonDeclaration