We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e589695 commit 5efa4daCopy full SHA for 5efa4da
src/MongoDB.Driver/RenderArgs.cs
@@ -68,7 +68,7 @@ public RenderArgs(
68
_renderForFind = renderForFind;
69
_renderForElemMatch = renderForElemMatch;
70
_translationOptions = translationOptions; // can be null
71
- _serializationDomain = serializationDomain;
+ _serializationDomain = serializationDomain ?? BsonSerializer.DefaultSerializationDomain; //TODO Should we do it like this?
72
}
73
74
/// <summary>
0 commit comments