What is serialization?
Answers were Sorted based on User's Feedback
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 |
Answer / chethan
Serialization is the concept whereby an object is written
into a linear stream.
Is This Answer Correct ? | 9 Yes | 7 No |
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 |
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 |
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 |
What are clr?cts?cls?
4 Answers e4e, HCL, Microsoft, Tata Communications,
Explain code snippet to register exception filters from controller?
How do you make your site SSL enabled ?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is the difference between the asp and asp.net?
how to create textboxes dynamically and insert textbox text into sql database
What are the major built-in objects in ASP.NET?
What's the use of response.output.write()?
Explain the components of web form in asp.net
Explain server-side scripting and client-side scripting.
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?
Where can I get information on cookies in asp.net?