Answer Posted / kirti
We need to serialize the object,if you want to pass object from one computer/application domain to another.Process of converting complex objects into stream of bytes that can be persisted or transported.Namespace for serialization is System.Runtime.Serialization.The ISerializable interface allows you to make any class Serializable..NET framework features 2 serializing method.
1.Binary Serialization 2.XML Serialization
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of display modes?
differences between poco, model first and data first approach?
Is the following route definition a valid route definition? {controller}{action}/{id}
What are non action methods in mvc?
What is edm (entity data model)? : Entity framework
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is edm in entity framework?
What are the levels at which filters can be applied in an asp.net mvc application?
What are the sub types of ActionResult?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What operating systems will the .net framework 3.0 be available for?
What is Differnce between html.action and ajax.action?
Is .net core replacing .net framework?
What is NonActionAttribute ?