What do you mean by serialization and deserialization and it's use.



What do you mean by serialization and deserialization and it's use...

Answer / Rahul Sahai

Serialization is the process of converting an object into a byte stream or XML format, while deserialization is the reverse process, i.e., converting a byte stream or XML back into an object. This can be used for various purposes such as storing objects in a file or database, sending objects over a network, and cloning objects.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Is there any easy way to convert VB6 programs to VB.Net?

3 Answers  


Explain the differences between vb.net and c#, related to oops concepts?

1 Answers  


in my windows application i have to show excelwork sheetwhich is stored in the local system can any one tell me the code?

1 Answers  


What are the difference between dispose(), close(), exit(), end()?

1 Answers  


What are the advantages of an assembly?

1 Answers  


How to store images in sql server database through vb.net?

0 Answers  


Explain an assembly?

0 Answers  


Explain the difference between thread and process?

1 Answers  


What do you mean by deserialization?

1 Answers  


Can you please explain the difference between namespace and assembly?

1 Answers  


concept of object oriented programming

6 Answers   Patni,


Difference between a sub and a function?

2 Answers  


Categories