adspace
What is the difference between serialization and deserialization in c#?
Answer Posted / Tauqeer Ahmad
Serialization is the process of converting an object's state into a format that can be stored or transmitted. Deserialization is the reverse operation, converting the saved or received data back into an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers