Answer Posted / 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 View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category