当我尝试序列化 IDictionary 实现时,我得到 NotImplementedException(在 .NET 中是可以的)
[DataMember]
public Dictionary<string, string> CustomAttributes;
我找不到有关 SL 中字典序列化的信息以及为什么我不能这样做。有任何想法吗?
当我尝试序列化 IDictionary 实现时,我得到 NotImplementedException(在 .NET 中是可以的)
[DataMember]
public Dictionary<string, string> CustomAttributes;
我找不到有关 SL 中字典序列化的信息以及为什么我不能这样做。有任何想法吗?