Serializer¶
object Serializer : KSerializer<BsonValue>
Serializer for the multiplatform opensavvy.ktmongo.bson.multiplatform.BsonValue implementation.
This serializer only supports KtMongo's bson-multiplatform serialization. Other formats are not supported.
If support for other formats is important to you, please comment on the tracking issue.
Properties¶
descriptor¶
open override val descriptor: SerialDescriptor
Functions¶
deserialize¶
open override fun deserialize(decoder: Decoder): BsonValue