What is serialization?

Answers were Sorted based on User's Feedback



What is serialization?..

Answer / archana.kaushik14

Serialization is a process in which we stream are data in
bytes to keep its state safe and transfer it from one to
other network

Is This Answer Correct ?    13 Yes 3 No

What is serialization?..

Answer / chethan

Serialization is the concept whereby an object is written
into a linear stream.

Is This Answer Correct ?    9 Yes 7 No

What is serialization?..

Answer / niketh

Serialization:

->Process of converting an object into specified Format
->Formats( Binary , soap[xml] )

Serialization is mainly used to transport and store object over a network into an XML file.

Is This Answer Correct ?    0 Yes 0 No

What is serialization?..

Answer / subramanyam

Serialization is the process converting inmemory data into persistent data..

Ex:Dataset ds=new dataset();
here ds is in memory data.

Is This Answer Correct ?    0 Yes 3 No

What is serialization?..

Answer / ashwani sharma

it is a process in code written in any technology(asp.net,javascript etc.) is converted into XML code
before transferring to network and then it deserializied by
and platform

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

What are clr?cts?cls?

4 Answers   e4e, HCL, Microsoft, Tata Communications,


Explain code snippet to register exception filters from controller?

0 Answers  


How do you make your site SSL enabled ?

3 Answers   Satyam,


Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?

0 Answers  


What is the difference between the asp and asp.net?

0 Answers  






how to create textboxes dynamically and insert textbox text into sql database

2 Answers   AGiSAC,


What are the major built-in objects in ASP.NET?

0 Answers   MindCracker,


What's the use of response.output.write()?

0 Answers  


Explain the components of web form in asp.net

0 Answers  


Explain server-side scripting and client-side scripting.

0 Answers  


What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

0 Answers  


Where can I get information on cookies in asp.net?

0 Answers  


Categories