with Codec Registry
abstract fun withCodecRegistry(codecRegistry: CodecRegistry): MongoCollection<TDocument>
Content copied to clipboard
Create a new MongoCollection instance with a different codec registry.
Return
a new MongoCollection instance with the different codec registry
Parameters
codec Registry
the new org.bson.codecs.configuration.CodecRegistry for the collection