Select from following answers:- ISerializable
- Serializable

- SoapInclude
- OnDeserialization
- All Above
Classes must have the Serializable attribute to be serialized.
Serialization is process to convert the object into byte streams to transport the object across network.
set [Serializable()] attribute to the classes those you want to serialize.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator