Allow custom Hash class for BSON deserialization.

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Minor - P4
    • 12_01_17
    • Affects Version/s: 1.6.2
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The problem is that certain BSON representations have multiple values for the same key. The oplog might contain this, for instance:

      { $set:

      {foo: "bar"}

      ,
      $set:

      {bar: "baz"}

      }

      We need a multimap for this, but this would require a customizable deserialization clase (i.e., Multimap rather than Hash).

            Assignee:
            Tyler Brock (Inactive)
            Reporter:
            Kyle Banker (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: