diff --git a/source/fundamentals/serialization/guid-serialization.txt b/source/fundamentals/serialization/guid-serialization.txt index 7eddd4cb..178a5579 100644 --- a/source/fundamentals/serialization/guid-serialization.txt +++ b/source/fundamentals/serialization/guid-serialization.txt @@ -133,7 +133,9 @@ Configure with Attributes If you're using the {+driver-short+} to :ref:`automap your {+language+} classes to document schemas `, you can add the ``BsonGuidRepresentation`` attribute to a GUID property -to specify its representation. This attribute accepts a value from the +to specify its representation. This attribute accepts a value from the +`GuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.GuidRepresentation.html>`__ +enum. The following code example specifies the ``Standard`` GUID representation for the ``G`` property: @@ -224,4 +226,5 @@ guide, see the following API documentation: - `BsonBinaryData <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.BsonBinaryData.html>`__ - `BsonGuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Attributes.BsonGuidRepresentationAttribute.html>`__ - `GuidSerializer <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Serializers.GuidSerializer.html>`__ -- `ObjectSerializer <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Serializers.ObjectSerializer.html>`__ \ No newline at end of file +- `ObjectSerializer <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.Serialization.Serializers.ObjectSerializer.html>`__ +- `GuidRepresentation <{+new-api-root+}/MongoDB.Bson/MongoDB.Bson.GuidRepresentation.html>`__ \ No newline at end of file