What is serialization in dot net?



What is serialization in dot net?..

Answer / Najir Husen

Serialization in .NET is the process of converting an object's state into a format that can be stored (e.g., a file) or transmitted (e.g., over a network) and then reconverting it back to an object. This allows objects to persist between sessions, be passed between applications, or be used in distributed computing scenarios.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is arraylist c#?

1 Answers  


Difference between debug.write and trace.write?

1 Answers  


Does console.writeline() stop printing when it reaches a null character within a string?

1 Answers  


Why do we use virtual methods in c#?

1 Answers  


i have a table named login in mysql database containing (empid,fname,lname,mobno,emailid,usrname,usrpwd) i have 2 textboxes in which i enter my username and pwd..so based on what is entered in those textboxes it should retreive all other details of dat username in the remaining 6 textboxes..i want the code for this...

1 Answers   Royal Enfield,


How does it work?

1 Answers  


can a structure used in a class if yes then how.

2 Answers   Synechron,


What is enumerable in c#?

1 Answers  


Why are c# strings immutable?

1 Answers  


Ho we can see assembly information?

1 Answers  


What is c# best for?

1 Answers  


What is array class in c#?

1 Answers  


Categories