Primitively Primitively
Primitively Primitively
DocFX + Singulink = ♥

Search Results for

    Interface IBsonIGuidSerializerOptions<TOptions>

    Provides an interface for options that can be used to configure BSON IGuid serializers.

    Inherited Members
    IBsonSerializerOptions<TOptions>.CreateInstance
    IBsonSerializerOptions.DataType
    IBsonSerializerOptions.Representation
    IBsonSerializerOptions.SerializerType
    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

    Extension Methods

    BsonSerializerOptionsExtensions.GetSerializerType(IBsonSerializerOptions, Type)
    © Electronic Hands. All rights reserved.