开发者

generate deserializer from xsd

开发者 https://www.devze.com 2023-02-28 17:56 出处:网络
I have a complex xsd 开发者_如何转开发how can i generate deserializer for the an xml file. using this xsdAt the Visual Studio command-prompt:

I have a complex xsd 开发者_如何转开发how can i generate deserializer for the an xml file. using this xsd


At the Visual Studio command-prompt:

xsd your.xsd /classes

which should generate your.cs with appropriate classes for a model that matches that schema. Note that it isn't 100% perfect - there are edge-cases that can confuse it.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号