Click or drag to resize
BsonObjectIdSerializerInstance Property
Gets an instance of the BsonObjectIdSerializer class.

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

Property Value

Type: BsonObjectIdSerializer
See Also