XmlSerializer - There was an error reflecting type

后端 未结 18 1653
借酒劲吻你
借酒劲吻你 2020-11-28 02:46

Using C# .NET 2.0, I have a composite data class that does have the [Serializable] attribute on it. I am creating an XMLSerializer class and passi

18条回答
  •  醉话见心
    2020-11-28 03:31

    Also be aware that XmlSerializer cannot serialize abstract properties.. See my question here (which I have added the solution code to)..

    XML Serialization and Inherited Types

提交回复
热议问题