Skip to content

Commit f771483

Browse files
author
Chris Cho
committed
relocate notes
1 parent 0ed67fc commit f771483

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

source/fundamentals/data-formats/codecs.txt

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -46,30 +46,3 @@ Custom Codec Example
4646
- Sample query to demonstrate decode results (of a field in a POJO) using custom codec
4747
- Sample insert and resulting fields of the document to demonstrate encode
4848
- Example showing how to read/encode a document with unknown fields
49-
50-
CodecRegistry
51-
+-------------
52-
+
53-
+The CodecRegistry is a collection of Codec objects that define the encoding
54-
+and decoding behavior of from the MongoDB server and the
55-
+driver.
56-
+
57-
+For more information on using custom Codecs for encoding and decoding
58-
+data into POJOs,
59-
+In
60-
+during
61-
+conversion
62-
+
63-
+
64-
+- Brief introduction, link to data-formats/codecs for more info
65-
+- Example demonstrating the following:
66-
+ - specifying how to create a CodecRegistry that uses PojoCodecProvider
67-
+ - example POJO class with getters/setters
68-
+ - include user-defined classes and lists
69-
+- Sample input/output of aforementioned example
70-
+
71-
+For more information on customizing
72-
+
73-
+, see the :doc:`POJO Customization </fundamentals/data-formats/pojo-customization>`
74-
+page
75-
+- Link to data-formats/pojo-customization for more information

0 commit comments

Comments
 (0)