File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
source/fundamentals/serialization Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,9 @@ Configure with Attributes
133133If you're using the {+driver-short+} to
134134:ref:`automap your {+language+} classes to document schemas <csharp-class-mapping>`,
135135you 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.
137139
138140The following code example specifies the ``Standard`` GUID representation for the
139141``G`` property:
@@ -224,4 +226,5 @@ guide, see the following API documentation:
224226- `BsonBinaryData <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonBinaryData.html>`__
225227- `BsonGuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Attributes.BsonGuidRepresentationAttribute.html>`__
226228- `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