IMongoCollectionTDocumentDocumentSerializer Property |
Gets the document serializer.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.1.0
Syntax IBsonSerializer<TDocument> DocumentSerializer { get; }
ReadOnly Property DocumentSerializer As IBsonSerializer(Of TDocument)
Get
abstract DocumentSerializer : IBsonSerializer<'TDocument> with get
Property Value
Type:
IBsonSerializerTDocumentSee Also