adspace
Answer Posted / Padam Rani
Serialization is the process of converting an object's state into a format that can be stored (e.g., in a file or database) and then reconstructed later (deserialization). In C#, this can be achieved using BinaryFormatter, SoapFormatter, or XML serializers.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers