Explain serialization?



Explain serialization?..

Answer / Narendra

Serialization is the process of converting an object's state into a format that can be stored or transmitted. In WPF, objects are serialized to XML or Binary formats using classes like XmlSerializer and BinaryFormatter, respectively. This helps in transferring objects between applications, saving application settings, and transferring data over the network.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WPF Interview Questions

Name the namespace required for working with 3d?

1 Answers  


What is system windows forms dll?

1 Answers  


What is a windows presentation foundation application?

1 Answers  


What is dependency property in wpf?

1 Answers  


When was wpf introduced?

1 Answers  


How to create exe file for wpf application in visual studio 2017?

1 Answers  


What are the types of windows in WPF?

1 Answers  


Which is the Parent class Control class in WPF?

1 Answers   Sans Pareil IT Services,


When did mvvm introduced?

1 Answers  


Is it right to say that WPF has replaced DirectX?

1 Answers  


What is difference between Silverlight and WPF?

1 Answers   MindCracker,


What are the different types of brushes that wpf offers?

1 Answers  


Categories