Possible Duplicate:
Does adding [Serializable] to the class have any performance implications?
What is the drawback of this attribute? Many of my data objects (DTO) have this attribute because I use to store objects in ViewState. Is there any performance issue regarding this attribute?
Does adding [Serializable] to the class have any performance implications?