Serializer

Serializer for the multiplatform opensavvy.ktmongo.bson.multiplatform.BsonDocument 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

Link copied to clipboard
open override val descriptor: SerialDescriptor

Functions

Link copied to clipboard
open override fun deserialize(decoder: Decoder): BsonDocument
Link copied to clipboard
open override fun serialize(encoder: Encoder, value: BsonDocument)