I'm trying to serialize into a Xml File an object which is declared as ILIst, but it's an instance of List. The exception tells me the reason: You can't serialize an interface.
This is really necessary in my design, or what other way do I have to serialize it?