Skip to content

Commit 247eb68

Browse files
authored
DOCSP-42813: codecs (mongodb#43)
* DOCSP-42813: codecs * include errors * wip * vale * wip * SA PR fixes 1 * add cross link
1 parent 6d63abc commit 247eb68

File tree

4 files changed

+528
-3
lines changed

4 files changed

+528
-3
lines changed

source/data-formats.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Specialized Data Formats
2222
:maxdepth: 1
2323

2424
/data-formats/serialization
25+
/data-formats/codecs
2526
/data-formats/bson
2627
/data-formats/time-series
2728

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

41+
As an alternative to using {+language+} serialization, you can define
42+
and implement custom ``Codec`` types to support encoding and decoding of
43+
your {+language+} objects. To learn more, see the :ref:`kotlin-sync-codecs` guide.
44+
4045
You can use several types of specialized document data formats in your
4146
application. To learn how to work with these data formats, see the following
4247
sections:

0 commit comments

Comments
 (0)