DictionarySerializerBase should not implement IBsonDocumentSerializer

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Unknown
    • 4.0.0
    • Affects Version/s: None
    • Component/s: LINQ, Serialization
    • None
    • Dotnet Drivers
    • Hide

      1. What would you like to communicate to the user about this feature?
      2. Would you like the user to see examples of the syntax and/or executable code and its output?
      3. Which versions of the driver/connector does this apply to?

      Show
      1. What would you like to communicate to the user about this feature? 2. Would you like the user to see examples of the syntax and/or executable code and its output? 3. Which versions of the driver/connector does this apply to?
    • None
    • None
    • None
    • None
    • None
    • None

      IBsonDocumentSerializer is implemented by serializers where properties of a POCO are mapped to elemens in a BsonDocument.

      That is not true of a Dictionary, not even if the dictionary is represented as a BsonDocument.

      When a Dictionary is represented as a BsonDocument the elements correspond to key values, not to properties of the Dictionary class, which is why implementing this interface is almost certainly wrong.

            Assignee:
            Unassigned
            Reporter:
            Robert Stam (Inactive)
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: