Sunday, November 25, 2007

Serializable is non-inherited

Even if a class inherits from a Serializable class is still not serializable. We need to explicitly specify [Serializable] for this class also. In other words Serializable is not inherited or can I say attributes are not inherited.

No comments: