Illustrate serialization?



Illustrate serialization?..

Answer / Padam Rani

Serialization is the process of converting an object's state into a format that can be stored (e.g., in a file or database) and then reconstructed later (deserialization). In C#, this can be achieved using BinaryFormatter, SoapFormatter, or XML serializers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Give an example of removing an element from the queue?

1 Answers  


Explain how to parse a datetime string?

1 Answers  


Why do we need oops in c#?

1 Answers  


write the Syntax for Function or Method Overriding?

5 Answers   HCL,


What is ildasm.exe used for?

1 Answers  


What Is An Interface Class?

1 Answers   Siebel Systems,


How big is an int16?

1 Answers  


What is the adv of using System.Text.StringBuilder over System.String?

1 Answers   Siebel,


if a method is marked as protected internal who can access it?

1 Answers   Siebel Systems,


what is a constructor? What is a destructor?

1 Answers  


explain the three services model commonly know as a three-tier application.

1 Answers   Siebel Systems,


Is there any way to access private memebers of an object from another object?

4 Answers   TCS,


Categories