In an earlier post I post the basics of parsing xml to a class/object of type, below are the correct attributes to help the parser with coercion of values, type and values to ignore etc, which helps speed things up dramatically obviously, in this example we take some arbitrary XML as below:-
And in unity for this xml would have the class set with the following xml attributes (note the use of List ‘using system.collections.generic;’ ):-
And to take the xml text and parse it to the object:-