Skip to content

Commit

Permalink
DOCSP-42813: codecs (#43)
Browse files Browse the repository at this point in the history
* DOCSP-42813: codecs

* include errors

* wip

* vale

* wip

* SA PR fixes 1

* add cross link
  • Loading branch information
rustagir authored Aug 27, 2024
1 parent 6d63abc commit 247eb68
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 3 deletions.
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

0 comments on commit 247eb68

Please sign in to comment.