Skip to content

Commit 5f7cdfa

Browse files
committed
vale
1 parent 5225fbc commit 5f7cdfa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/data-formats/serialization.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ Annotate Data Classes
108108
To declare a class as serializable, annotate your {+language+} data
109109
classes with the ``@Serializable`` annotation.
110110

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.
114115

115116
This example shows a sample data class with the following annotations:
116117

0 commit comments

Comments
 (0)