What is the difference between serialization and deserialization in c#?



What is the difference between serialization and deserialization in c#?..

Answer / Tauqeer Ahmad

Serialization is the process of converting an object's state into a format that can be stored or transmitted. Deserialization is the reverse operation, converting the saved or received data back into an object.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What does type safety mean?

1 Answers  


Can an abstract class have a constructor c#?

1 Answers  


How do I create a new form in c#?

1 Answers  


What is the difference between delegates and superdelegates?

1 Answers  


what are the events in delegate?

2 Answers   Choice Solutions,


how to add datarow to datatable

1 Answers  


Why is it a bad idea to throw your own exceptions?

4 Answers  


How do I develop c# apps?

1 Answers  


Difference between a sub and a function in c#.

1 Answers  


What is collection class c#?

1 Answers  


What is the difference between an XML "Fragment" and an XML "Document." ?

1 Answers  


What is xor operator in c#?

1 Answers  


Categories