File tree Expand file tree Collapse file tree 3 files changed +527
-0
lines changed Expand file tree Collapse file tree 3 files changed +527
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Specialized Data Formats
22
22
:maxdepth: 1
23
23
24
24
/data-formats/serialization
25
+ /data-formats/codecs
25
26
/data-formats/bson
26
27
/data-formats/time-series
27
28
@@ -37,6 +38,10 @@ library to convert between MongoDB documents and different data formats
37
38
in your application. To learn more about serialization, see the
38
39
:ref:`kotlin-sync-serialization` guide.
39
40
41
+ As an alternative to using {+language+} serialization, you can define
42
+ and implement custom ``Codec`` types to support encoding and decoding of
43
+ your {+language+} objects. To learn more, see the :ref:`kotlin-sync-codecs` guide.
44
+
40
45
You can use several types of specialized document data formats in your
41
46
application. To learn how to work with these data formats, see the following
42
47
sections:
You can’t perform that action at this time.
0 commit comments