Skip to content

Commit 8e63a76

Browse files
committed
RL tech PR fixes 1
1 parent 7b0897b commit 8e63a76

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

source/data-formats/serialization.txt

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,17 @@ We recommend installing the ``bson-kotlinx`` library to support
3636
custom codecs that have configurations to encode defaults, nulls, and
3737
define class discriminators.
3838

39-
.. TODO .. note::
40-
.. To learn how to use the ``Codec`` interface instead of the
41-
.. ``kotlinx.serialization`` library to specify custom
42-
.. serialization behavior, see the :ref:`kotlin-sync-codecs` guide.
43-
..
44-
.. You might choose to use {+language+} serialization if you
45-
.. are already familiar with the framework or if you prefer
46-
.. to use an idiomatic approach.
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.
46+
47+
You might choose to use {+language+} serialization if you
48+
are already familiar with the library or if you prefer
49+
to use an idiomatic approach.
4750

4851
Supported Types
4952
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)