Why do you need to serialize

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


Please Help Members By Posting Answers For Below Questions

Can I add mvc testcases in visual studio express?

590


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

1797


What is mvc entity framework?

525


What is the role of the jit compiler in .net framework?

622


What are non action methods in mvc?

542






What are actions in asp.net mvc?

571


Mention two instances where routing is not implemented or required?

743


What is ado.net data provider? : Entity framework

563


What is latest version of .net framework?

665


What is poco proxy? : Entity framework

554


What is presentation framework?

545


What is the domain object?

539


what is deferred loading(lazy loading)?

576


How we can handle the exception at controller level in ASP.Net MVC?

569


Explain the new features added in version 4 of mvc (mvc4)?

536