OMG

Comment 3 for bug 622718

Revision history for this message
Chris S. (cszikszoy) wrote : Re: [Bug 622718] [NEW] XML application problems

Seif, I mentioned to you the other day that it's completely unnecessary to
write your own XML scheme. C# can do XML serialization automatically. Like
I said when we talked last, make a collection of trophies
(IEnumerable<Trophy>, etc) and use XML serialization. That will allow you
to effortlessly (~2 lines or so) import any XML file containing trophies,
and it will be turned back into that collection in C#.