File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ Serialization
20
20
Overview
21
21
--------
22
22
23
- In this guide, you can learn how to use {+driver-long +} to perform
23
+ In this guide, you can learn how to use {+driver-short +} to perform
24
24
serialization.
25
25
26
26
Serialization is the process of mapping a {+language+} object to a BSON
27
27
document for storage in MongoDB. {+driver-short+} automatically converts basic {+language+}
28
- types into BSON when you insert them into a collection. Similarly, when you retrieve a
28
+ types into BSON when you insert a document into a collection. Similarly, when you retrieve a
29
29
document from a collection, {+driver-short+} automatically converts the returned BSON
30
30
back into the corresponding {+language+} types.
31
31
You can’t perform that action at this time.
0 commit comments