WCF - DataMember an interface okay?Ddevvvy17yAsked Mar 3, 2009, 4:41 AM6.8kIs this okay? Property which is an interface?[Serializable()]public class Person : ISerializable{ ... [DataMember()] IGroup Group { get {...} set {...} } ...}Seems like "Group" is always populated as "null" by WCF? Thanks
Replies
Know the answer? Post it — somebody with the same question will find it here.