Tagged Questions
5
votes
0answers
767 views
Why does XNA's ContentManager follow generic type parameters for serialization purposes?
I've finally gotten to the bottom of a problem and am wondering what my best recourse is. In short, the problem is that XNA's ReflectiveReader reflects into generic type parameters, even if no ...
1
vote
1answer
301 views
Deserialize inherited classes into the same list in XNA
I am writing a Gui for a game (for what else ...).
Therefor I wrote a class GuiElement which has some serializeable fields. From this class I deflect a Class "Button" which has one serializeable field ...