Docs Menu
Docs Home
/ / /
Kotlin Sync Driver

Specialized Data Formats

On this page

  • Overview

The Kotlin Sync driver supports the kotlinx.serialization library for serializing and deserializing Kotlin objects. You can use this library to convert between MongoDB documents and different data formats in your application. To learn more about serialization, see the Kotlin Serialization guide.

You can use several types of specialized document data formats in your application. To learn how to work with these data formats, see the following sections:

  • Learn how to work with the BSON data format in the BSON guide.

  • Learn how to store and interact with time series data in the Time Series Data guide.

← Use Aggregation Expression Operations

On this page