Click or drag to resize
BsonDocumentWrapperSerializerInstance Property
Gets an instance of the BsonDocumentWrapperSerializer class.

Namespace: MongoDB.Bson.Serialization.Serializers
Assembly: MongoDB.Bson (in MongoDB.Bson.dll) Version: 2.4.1
Syntax
public static BsonDocumentWrapperSerializer Instance { get; }

Property Value

Type: BsonDocumentWrapperSerializer
See Also