xmlNode to objects

前端 未结 3 1725
借酒劲吻你
借酒劲吻你 2021-02-05 18:14

I have been working with a 3rd party java based REST webservice, that returns an array of xmlNodes.

The xmlNode[] respresent an object and I am trying to work out the b

3条回答
  •  余生分开走
    2021-02-05 19:00

    The easiest way to do this would be to use the built in System.Xml.Serialization.XmlSerializer class in .NET. A google search on XmlSerializer will provide a ton of tutorials that you can use to find a tutorial that works for you.

提交回复
热议问题