我收到以下錯誤,當我試圖序列List<SLItem>
:錯誤XML序列
有反射式「的錯誤System.Collections.Generic.List`1
[Serializable]
public class SLItem
{
public int ID { get; set; }
public string ActorName { get; set; }
public Dictionary<string, List<string>> VerLookup { get; set; }
public bool IsEnabled { get; set; }
}
我在這裏錯過了什麼。