ASP.NET
Programming and Technical
What is Serialization in .NET?
Read Solution (Total 1)
-
- Serialization is the process of converting an object into stream of bytes.
When we want to transport an object through a network, then we have to convert the object into a stream of bytes. - 10 years agoHelpfull: Yes(1) No(0)
ASP.NET Other Question