MongoCursorTDocumentSerializer Property |
Gets the serializer.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax public virtual IBsonSerializer<TDocument> Serializer { get; }
Public Overridable ReadOnly Property Serializer As IBsonSerializer(Of TDocument)
Get
abstract Serializer : IBsonSerializer<'TDocument> with get
override Serializer : IBsonSerializer<'TDocument> with get
Property Value
Type:
IBsonSerializerTDocumentSee Also