Trouble with XML Deserialization into XSD generated classes

后端 未结 4 1737
无人共我
无人共我 2021-01-02 02:11

I have a rather detailed xml file. Below is the top level nodes (I have included the ellipse as the lower level nodes are all well formed and properly filled with data):

4条回答
  •  一向
    一向 (楼主)
    2021-01-02 02:56

    There's an issue with xsd.exe and lists. You have to go into the generated class and manually edit the file to the correct type. I've switched to using Xsd2Code. So far it doesn't seem to have this problem.

提交回复
热议问题