If I have a class like this:
[DataContract(Name = \"\", Namespace = \"\")] public class MyDataObject { [DataMember(Name = \"NeverNull\")] public ILis
Initialization of IListwith new int[0] will help you out! Its the solution that gives me the best results.
IList
new int[0]