Skip to content

Commit 0995852

Browse files
committed
wip
1 parent ec84ec5 commit 0995852

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/data-formats/codecs.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ You can learn how to specify custom encoding and decoding logic using
2424
the ``Codec`` abstraction and view example implementations in the following
2525
sections:
2626

27-
- :ref:`Codec Class <kotlin-sync-codec-class>`
28-
- :ref:`CodecRegistry <kotlin-sync-codecregistry>`
29-
- :ref:`CodecProvider <kotlin-sync-codecprovider>`
30-
- :ref:`Custom Codec Example <kotlin-sync-codec-custom-example>`
27+
- :ref:`kotlin-sync-codec-class`
28+
- :ref:`kotlin-sync-codecregistry`
29+
- :ref:`kotlin-sync-codecprovider`
30+
- :ref:`kotlin-sync-codec-custom-example`
3131

3232
.. tip:: {+language+} Serialization
3333

@@ -255,7 +255,7 @@ the following API documentation:
255255
- `getCodecRegistry() <{+java-api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#getCodecRegistry()>`__
256256

257257
BsonTypeClassMap
258-
----------------
258+
~~~~~~~~~~~~~~~~
259259

260260
The ``BsonTypeClassMap`` class contains a recommended mapping between BSON
261261
and {+language+} types. You can use this class in your custom ``Codec`` or

0 commit comments

Comments
 (0)