Answer Posted / mithun
Serialization is the process of converting an object into a stream of bytes in order to persist it to memory, a database, or a file. Its main purpose is to save the state of an object in order to be able to recreate it when needed.
Through serialization, a developer can perform actions like sending the object to a remote application by means of a Web Service, passing an object from one domain to another, passing an object through a firewall as an XML string, or maintaining security or user-specific information across applications.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is the difference between server.transfer and response.redirect? Why?
What are the security policy levels in .Net
How to debug failed assembly binds?
Please explain what is the difference between a class and an object?
Is .net a language?
What is singleton activation mode in .net?
What is the use of activex control in .net?
What is an anonymous method and how is it different from a lambda expression?
Explain the process of serialization in .NET?
What is func in .net 3.5?
What is the benefit of .net core?
What is Finalizer in .NET define Dispose and Finalize ?
Do you know what is garbage collector?
What does jit do?
What is marshling?