开发者

suitable datastructure to store the parsed data from webservice

开发者 https://www.devze.com 2023-01-05 01:29 出处:网络
I am developing an iphone app that utilizes webservice. Which is the most suitable datastructure that can be use开发者_如何学Pythond to store the data as the XML obtained from the webservice is parsed

I am developing an iphone app that utilizes webservice. Which is the most suitable datastructure that can be use开发者_如何学Pythond to store the data as the XML obtained from the webservice is parsed ...?


If i understand your question well, there's no single datastructure that you can use (it highly depends on the shape of xml though). As a matter of fact that's the beauty of Object Oriented Programming, where you can create your own classes in order to store custom data obtained for example from XML.

0

精彩评论

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