Explain the process of Serialization?



Explain the process of Serialization?..

Answer / Kumar Sonu

"Serialization in C# is the process of converting an object's state into a stream of bytes or a string, and vice versa (deserialization). This can be useful for storing objects on disk, transmitting them over a network, etc."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

How do I do a case-insensitive string comparison?

1 Answers  


What is ienumerable and iqueryable?

1 Answers  


what is default accessibility for a class? what is difference b/w viewstate and controlstate? what is the default access specifier for a top level class which are not nested into other classes?

2 Answers  


What is Interface and Abstraction (in real time scenario)

4 Answers   HCL,


Can property defined in Interface.

4 Answers   Synechron,


how dot net compiled code will become platform independent?

1 Answers  


how to sort an array in c#

1 Answers   Cognizant,


What is difference between private and static constructor?

1 Answers  


If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

2 Answers  


What do you understand by 'access specifiers' in C#?

1 Answers   Genpact,


Write a program to find the angle between the hours and minutes in a clock

1 Answers  


What is interface c#?

1 Answers  


Categories