Interface IBsonIGuidSerializerOptions<TOptions>
Provides an interface for options that can be used to configure BSON IGuid serializers.
Inherited Members
Namespace: Primitively.MongoDB.Bson.Serialization
Assembly: Primitively.MongoDB.Bson.dll
Syntax
public interface IBsonIGuidSerializerOptions<TOptions> : IBsonSerializerOptions<TOptions>, IBsonSerializerOptions where TOptions : class, IBsonSerializerOptions
Type Parameters
Name | Description |
---|---|
TOptions | The type of the BSON serializer options. |
Properties
GuidRepresentation
Gets or sets the representation to use for Guid values.
Declaration
GuidRepresentation GuidRepresentation { get; set; }
Property Value
Type | Description |
---|---|
GuidRepresentation |