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 the difference between file-based dependency and key-based dependency?

0 Answers  


What are web server controls in asp.net?

0 Answers  


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

0 Answers   CDC,


can sn.exe can be used before gacutil.exe

2 Answers   Accenture,


What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

0 Answers  






How many types of cookies are there in asp.net?

0 Answers  


What is web.config. How many web.config files can be allowed to use in an application ?

10 Answers   Accenture, BirlaSoft, Infosys, InterGraph, Satyam, Wipro,


what is caching?

4 Answers   Microsoft,


From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)

4 Answers   Microsoft,


which event in global.asx that fires for every request of same user?

4 Answers   FactorH,


Is There any Third party tools are using in .Net Technologies? Can u Explain?

4 Answers   HCL,


Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

0 Answers   Hexaware, Infosys,


Categories