Skip to content

Commit b2e682d

Browse files
committed
fixes
1 parent e207f58 commit b2e682d

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

source/fundamentals/serialization/guid-serialization.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,10 @@ in your application, such as during the bootstrapping phase:
155155

156156
.. tip::
157157

158-
When you're working with two subtypes, you can combine a global serializer with the
159-
``BsonGuidRepresentation`` property attribute. For example, you can register a global
160-
serializer for the most commonly used GUID subtype, then use the ``BsonGuidRepresentation``
161-
attribute to denote any GUID properties of another subtype.
158+
When you're working with two ``BsonBinaryData`` subtypes, you can combine a global
159+
serializer with the ``BsonGuidRepresentation`` property attribute. For example, you
160+
can register a global serializer for the most commonly used GUID subtype, then use
161+
the ``BsonGuidRepresentation`` attribute to denote any GUID properties of another subtype.
162162

163163
.. important::
164164

source/upgrade.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@ Version 3.0 Potential Breaking Change
8585
objects of subtype 4. If the object has any other subtype, you must call the
8686
``BsonBinaryData.ToGuid(GuidRepresentation)`` method and specify the subtype.
8787

88-
.. note::
89-
90-
The preceding changes affect your application only if you serialize and deserialize
91-
BSON documents directly. If you map your MongoDB documents only to :ref:`csharp-poco`,
92-
the ``GuidRepresentationMode`` doesn't affect your application.
88+
The preceding changes affect your application only if you serialize and deserialize
89+
BSON documents directly. If you map your MongoDB documents only to :ref:`csharp-poco`,
90+
the ``GuidRepresentationMode`` doesn't affect your application.
9391

9492
.. _csharp-breaking-changes-2.28.0:
9593

0 commit comments

Comments
 (0)