Jaxb equivalent in C#

后端 未结 3 899
孤独总比滥情好
孤独总比滥情好 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:42

    There is a better tool from Microsoft called XsdObjectGen, the XSD Object Code Generator. It is like xsd.exe, but better. Also free, it is not part of the .NET SDK, but is a separate download.

    Also see the SO question: XSDObjectGen vs Xsd.exe

提交回复
热议问题