adspace
What do you mean by serialization in .NET?
Answer Posted / Gangadhar Choudhary
"Serialization is the process of converting an object's state into a format that can be stored or transmitted, and deserialization is the reverse process. In .NET, this can be achieved using classes like System.Runtime.Serialization.Formatters.Binary.BinaryFormatter for binary serialization or XML serialization classes for XML-based serialization."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers