Support serialization options for Array and Dictionary values

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Minor - P4
    • 1.4, 1.5
    • Affects Version/s: 1.3.1, 1.4.2
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Support serialization options for Array and Dictionary values. For example, given the types:

      [Flags]
      public enum F { ... }
      
      public class C {
          public ObjectId Id;
          public List<F> A;
          public Dictionary<string, F> D;
      }
      

      we want to be able to apply serialization options to the F values to serialize them as strings (this is just one example, F could be any other type).

              Assignee:
              Robert Stam
              Reporter:
              Robert Stam
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: