Jaxb equivalent in C#

后端 未结 3 897
孤独总比滥情好
孤独总比滥情好 2020-12-05 14:47

Using JAXB in Java it is easy to generate from a xml schema file a set of Java classes that xml conforming to that schema can be deserialized to.

Is there some C# eq

3条回答
  •  一生所求
    2020-12-05 15:46

    If you're using Visual Studio, try the XML Schema Definition Tool. It takes your schema definitions and produces C# classes -- or it can go the other way and produce schema definitions from classes. It also has a number of other XML-related transformations.

提交回复
热议问题