| Trait | Description |
|---|---|
| InstantBsonConverter | A trait to read and write a Instant to MongoDB |
| LocalDateBsonConverter | A trait to read and write a LocalDate to MongoDB |
| LocalDateTimeBsonConverter | A trait to read and write a LocalDateTime to MongoDB |
| LocalTimeBsonConverter | A trait to read and write a LocalTime to MongoDB |
| OffsetDateTimeBsonConverter | A trait to read and write a OffsetDateTime to MongoDB |
| OffsetTimeBsonConverter | A trait to read and write a OffsetTime to MongoDB |
| PeriodBsonConverter | A trait to read and write a Period to MongoDB |
| TemporalBsonConverter | A trait to read and write a Temporal to MongoDB |
| ZonedDateTimeBsonConverter | A trait to read and write a ZonedDateTime to MongoDB |