How do I map XML to C# objects

前端 未结 9 1877
旧巷少年郎
旧巷少年郎 2020-11-27 13:37

I have an XML that I want to load to objects, manipulate those objects (set values, read values) and then save those XMLs back. It is important for me to have the XML in the

9条回答
  •  醉梦人生
    2020-11-27 14:03

    xsd.exe from Microsoft has a lot of bugs :| Try this open source pearl http://xsd2code.codeplex.com/

提交回复
热议问题