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

ASP.NET Web Service

1 Answers  


What is an example of an application service provider?

1 Answers  


what are the components available in global.asax ?

1 Answers  


What is the use of the tag in the web.config file?

1 Answers   MindCracker,


What was the difference between machine.config and web.config files

17 Answers   Assurgent, NIIT, TCS,


How would you enable impersonation in the web.config file?

1 Answers  


what is the purpose of update panel control in ajax?

2 Answers   CSC,


diff between Server.Transfer() and Server.Execute()

1 Answers  


What is X-Path?

2 Answers   Sherston,


What is the default authentication mode for asp.net?

1 Answers  


If i have a web page, and one web user control, where in web page contains a text box, and web user control have check box, if i place a web user control in the webpage, when i check the check box, the out put should show it is checked or not. How we can do this?

1 Answers   CGI,


Is it necessary to create a Windows application or Web application to test a Web service ? Is it must to consume this service?

2 Answers   Siebel,


Categories