File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ You can learn how to specify custom encoding and decoding logic using
24
24
the ``Codec`` abstraction and view example implementations in the following
25
25
sections:
26
26
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`
31
31
32
32
.. tip:: {+language+} Serialization
33
33
@@ -255,7 +255,7 @@ the following API documentation:
255
255
- `getCodecRegistry() <{+java-api+}/apidocs/mongodb-driver-sync/com/mongodb/client/MongoCollection.html#getCodecRegistry()>`__
256
256
257
257
BsonTypeClassMap
258
- ----------------
258
+ ~~~~~~~~~~~~~~~~
259
259
260
260
The ``BsonTypeClassMap`` class contains a recommended mapping between BSON
261
261
and {+language+} types. You can use this class in your custom ``Codec`` or
You can’t perform that action at this time.
0 commit comments