WP7 - A DataContractSerializer Bug ?
Posted Thursday February 2011 alle 11:08
As we saw in the previous article the DataContractSerializer is able to serialize and deserialize class hierarchies, let’s review the example again: [DataContract] public class Entity { public int M1; [DataMember] public string P1 { get; s

Recent Comments