File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,17 @@ We recommend installing the ``bson-kotlinx`` library to support
36
36
custom codecs that have configurations to encode defaults, nulls, and
37
37
define class discriminators.
38
38
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.
47
50
48
51
Supported Types
49
52
~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments