File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
source/fundamentals/data-formats Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -46,30 +46,3 @@ Custom Codec Example
46
46
- Sample query to demonstrate decode results (of a field in a POJO) using custom codec
47
47
- Sample insert and resulting fields of the document to demonstrate encode
48
48
- 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
You can’t perform that action at this time.
0 commit comments