|
| Total Answers and Comments: 3 |
Last Update: August 07, 2009 Asked by: selvimathi |
|
| | |
|
Submitted by: GeekBoy001 Marking a class with the key word [Serializable] at the top ensures that the object can be serialized in an XML format primarily for data exchange between disparate systems. Also, this is required if this object is going to be inherited by other objects which needs to be serialized downstream.
Above answer was rated as good by the following members: blnrao | Go To Top
|