Namespace Primitively.MongoDB.Bson.Serialization
Classes
BsonSerializerManager
Provides a concrete implementation of IBsonSerializerManager for managing BSON serializers.
BsonSerializerOptionsExtensions
Provides extension methods for IBsonSerializerOptions.
Interfaces
IBsonConvertibleSerializerOptions<TOptions>
Provides an interface for options that can be used to configure BSON convertible serializers.
IBsonIGuidSerializerOptions<TOptions>
Provides an interface for options that can be used to configure BSON IGuid serializers.
IBsonSerializerManager
Provides an interface for managing BSON serializers.
IBsonSerializerOptions
An interface which defines all the common properties to be implemented on Primitively Bson serializer options classes.
IBsonSerializerOptions<TOptions>
An interface which defines all the common properties to be implemented on Primitively Bson serializer options classes.
IGuidRepresentationConfigurable
Provides an interface for configuring the Guid representation in BSON serializers.
IGuidRepresentationConfigurable<TSerializer>
Provides an interface for configuring the Guid representation in BSON serializers of a specific type.
IHasGuidRepresentationSerializer
Defines an interface for a serializer that has a Guid representation.