Using C# .NET 2.0, I have a composite data class that does have the [Serializable] attribute on it. I am creating an XMLSerializer class and passi
[Serializable]
XMLSerializer
Most common reasons by me:
- the object being serialized has no parameterless constructor - the object contains Dictionary - the object has some public Interface members