Click or drag to resize
MongoCursorTDocumentSerializer Property
Gets the serializer.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
public virtual IBsonSerializer<TDocument> Serializer { get; }

Property Value

Type: IBsonSerializerTDocument
See Also