Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Property DocumentSerializer

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

DocumentSerializer

Gets or sets the document serializer.

public IBsonSerializer<TDocument> DocumentSerializer { get; set; }

Property Value

IBsonSerializer<TDocument>

The document serializer.