Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions source/data-formats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Specialized Data Formats
:maxdepth: 1

/data-formats/serialization
/data-formats/codecs
/data-formats/bson
/data-formats/time-series

Expand All @@ -37,6 +38,10 @@ library to convert between MongoDB documents and different data formats
in your application. To learn more about serialization, see the
:ref:`kotlin-sync-serialization` guide.

As an alternative to using {+language+} serialization, you can define
and implement custom ``Codec`` types to support encoding and decoding of
your {+language+} objects. To learn more, see the :ref:`kotlin-sync-codecs` 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:
Expand Down
Loading
Loading