What is Serialiazation?
Answer / 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 |
What is stored procedure ? how we use it in .NET ?
Explain how com+ related to the dna architecture?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories? What are ADSI Directories?
What are the providers available with VS.NET ?
What are the differences between com architecture and.net architecture?
Explain re-clarification of object based in .net?
Which namespace is require to used XML in .NET?
0 Answers Sans Pareil IT Services,
Explain me why do we use msmq?
Will it go to finally block if there is no exception happened?
What is connected and diconnected database ?
What's wrong with a line like this? Datetime.parse(mystring);
Can you create instance of a class which has private constructor?