File tree 1 file changed +5
-2
lines changed
source/fundamentals/serialization
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ Configure with Attributes
133
133
If you're using the {+driver-short+} to
134
134
:ref:`automap your {+language+} classes to document schemas <csharp-class-mapping>`,
135
135
you can add the ``BsonGuidRepresentation`` attribute to a GUID property
136
- to specify its representation. This attribute accepts a value from the
136
+ to specify its representation. This attribute accepts a value from the
137
+ `GuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.GuidRepresentation.html>`__
138
+ enum.
137
139
138
140
The following code example specifies the ``Standard`` GUID representation for the
139
141
``G`` property:
@@ -224,4 +226,5 @@ guide, see the following API documentation:
224
226
- `BsonBinaryData <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonBinaryData.html>`__
225
227
- `BsonGuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Attributes.BsonGuidRepresentationAttribute.html>`__
226
228
- `GuidSerializer <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Serializers.GuidSerializer.html>`__
227
- - `ObjectSerializer <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Serializers.ObjectSerializer.html>`__
229
+ - `ObjectSerializer <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Serializers.ObjectSerializer.html>`__
230
+ - `GuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.GuidRepresentation.html>`__
You can’t perform that action at this time.
0 commit comments