Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-3314

LINQ3: Implement Known Serializers strategy

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 2.14.0
    • Affects Version/s: None
    • Component/s: LINQ3
    • Labels:
      None
    • Major Change

      The LINQ translator often needs to know what serializer should be used at a particular node of the expression tree. In LINQ3 we will use a more general purpose strategy of gathering up all known serializers for a node in the tree. The known serializers for each node are the set of serializers known by the child nodes. This will provide a single strategy for finding a serializer when we need one, and will also allow us to throw an exception if there are multiple conflicting serializers. 

            Assignee:
            james.kovacs@mongodb.com James Kovacs
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: