Explain serialization.- It is the process of converting the state of an object into a form that can be persisted or transported. - It allows data to be easily stored and transferred. - Serialization is a process of converting an object into a stream of bytes.
The .Net has two serializers namely: 1. XMLSerializer 2. SOAP/BINARY Serializer.
- Serialization is mainly used in the concept of .Net Remoting.
|