Quote:
Originally Posted by Stalevar
Hello everybody!
I have a question. Is there opportunity to deserialize XML-file into objects of my custom classes? App is for iOS.
Or we have only case to parse XML-file by NSXMLParser step by step?
Thanks!
|
definitely... u have to parse the xml file and set them into the variables... or can follow the delegation design pattern to achieve that.... consumes a lot time to organize the flow of data, being a newbie....