We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2b64e commit fafaa2bCopy full SHA for fafaa2b
source/data-formats/serialization.txt
@@ -36,13 +36,11 @@ We recommend installing the ``bson-kotlinx`` library to support
36
custom codecs that have configurations to encode defaults, nulls, and
37
define class discriminators.
38
39
-.. TODO fix the link in the following note
40
-
41
.. note::
42
43
To learn how to use the ``Codec`` interface instead of the
44
``kotlinx.serialization`` library to specify custom
45
- serialization behavior, see the Codecs guide.
+ serialization behavior, see the :ref:`kotlin-sync-codecs` guide.
46
47
You might choose to use {+language+} serialization if you
48
are already familiar with the library or if you prefer
0 commit comments