Note: This API is now obsolete.
Gets the serializer.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax[ObsoleteAttribute("Use OutputSerializer instead.")]
public IBsonSerializer<TOutput> Serializer { get; }
<ObsoleteAttribute("Use OutputSerializer instead.")>
Public ReadOnly Property Serializer As IBsonSerializer(Of TOutput)
Get
[<ObsoleteAttribute("Use OutputSerializer instead.")>]
member Serializer : IBsonSerializer<'TOutput> with get
Property Value
Type:
IBsonSerializerTOutput
See Also