io.github.mbannour.mongo.codecs.BsonCodec
See theBsonCodec companion object
Type class for BSON encoding and decoding.
This provides a more functional and composable alternative to directly working with MongoDB codecs. It allows for better type safety and easier testing.
Type parameters
- T
-
The type to encode/decode
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article