How do you serialize in c#?



How do you serialize in c#?..

Answer / Vikas Kumar Bhorwal

"Serialization in C# is the process of converting an object's state into a format that can be stored or transmitted, and deserialization is its reverse. There are several ways to serialize objects in C#, such as using the XML Serializer, JSON.NET, BinaryFormatter, or DataContractSerializer."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between variable and property in c#?

1 Answers  


Why is it important to override gethashcode when equals method is overridden?

1 Answers  


What is the use of constructor in c# with example?

1 Answers  


What is the property of class?

1 Answers   Wipro,


Can structs in c# have destructors?

1 Answers  


What is uint64_t?

1 Answers  


How is exception handling implemented in c#?

1 Answers  


What Are The .Net Object

2 Answers   IMB, Reliance,


What is the use of tryparse in c#?

1 Answers  


What is yield break in c#?

1 Answers  


What does it mean?

1 Answers  


Why abstract class can not be instantiated?

1 Answers  


Categories