File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,10 @@ Annotate Data Classes
108
108
To declare a class as serializable, annotate your {+language+} data
109
109
classes with the ``@Serializable`` annotation.
110
110
111
- You can use your data classes in your code as normal after you mark them
112
- as serializable. The {+driver-short+} and the {+language+} serialization
113
- framework handle BSON serialization and deserialization.
111
+ You can use your data classes in your code as you use any other data
112
+ class after you mark them as serializable. The {+driver-short+} and the
113
+ {+language+} serialization framework handle BSON serialization and
114
+ deserialization.
114
115
115
116
This example shows a sample data class with the following annotations:
116
117
You can’t perform that action at this time.
0 commit comments