You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/MongoDB.Bson/BsonExtensionMethods.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ namespace MongoDB.Bson
26
26
publicstaticclassBsonExtensionMethods
27
27
{
28
28
//DOMAIN-API We should remove this and use the version with the domain.
29
-
//QUESTION: Do we want to do something now about this...? It's used also internally, but in a huge number of places.
29
+
//QUESTION: Do we want to do something now about this...? It's used also internally, but it seems in most cases it's used for "default serialization", so it should be ok.
materializedFacets.Select(f =>f.OutputSerializer??args.SerializerRegistry.GetSerializer(f.OutputType)));//QUESTION What do we do? Do we delay the setting of the serializer..?
facets.Select(f =>f.OutputSerializer??BsonSerializer.SerializerRegistry.GetSerializer(f.OutputType)));//QUESTION What do we do? Do we delay the setting of the serializer..?
0 commit comments