Deserialize Arrays to Properties without Setter

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: 0.11
    • Component/s: Feature Request
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Provide support for De-serializing Arrays to read only properties

      Like so:
      private List<contact> _contacts;

      public IEnumerable<contact> Contacts
      {
      get

      { if (_contacts == null) _contacts = new List<contact>(); return _contacts; }

      }

            Assignee:
            Unassigned
            Reporter:
            Thomas Tucker
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: