简体   繁体   中英

How to parse xml api in xamarin.android

I am very new to Xamarin and developing a cross platform application. So can anyone here help me guiding how to parse the xml api that I can use in the shared code also. It will be very helpful if anyone can provide me with the link or the demo of same thing.

You can use System.Xml.Serialization. It helps serialize objects into XML format and deserialize of an XML file back to an object.

See more

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM