What do you mean by serialization in .NET?



What do you mean by serialization in .NET?..

Answer / Gangadhar Choudhary

"Serialization is the process of converting an object's state into a format that can be stored or transmitted, and deserialization is the reverse process. In .NET, this can be achieved using classes like System.Runtime.Serialization.Formatters.Binary.BinaryFormatter for binary serialization or XML serialization classes for XML-based serialization."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is unrecognized escape sequence in c#?

1 Answers  


Which constructor is called first in c#?

1 Answers  


Which config file has all the supported channels/protocol?

1 Answers  


Explain manifest & metadata in c#.

1 Answers  


What is static classes in c#?

1 Answers  


What is a delegate how is it type safe?

1 Answers  


Explain how to implement an object pool in c#.net

1 Answers  


What is int parse in c#?

1 Answers  


What is jagged array?

1 Answers  


What is dynamic in c#?

1 Answers  


what is the difference between .dll and .exe

1 Answers   HCL,


Explain the difference between const and static read-only?

1 Answers  


Categories