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 is bound controls

0 Answers   MCN Solutions,


What are session state modes?

0 Answers  


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

0 Answers   Wipro,


How do I create a web form?

0 Answers  


Should validation (did the user enter a real date) occur server-side or client-side? Why?

4 Answers   Siebel Systems,






what is NET Framework ?

4 Answers   TCS,


Define the types of configuration files.

0 Answers  


Which platform does Microsoft .NET use for exchanging data between applications?

0 Answers  


What does the "EnableViewState" property do? Why would I want it on or off?

3 Answers  


Define secured sockets layer.

0 Answers  


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

0 Answers  


Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?

0 Answers   Siebel,


Categories