Question 47. Types Of Serialization
1. Binary Serialization - preserves type fidelity, which is useful for preserving the state of an object between different invocations of an application. 2. XML Serialization - serializes only public properties and fields and does not preserve type fidelity. This is useful when you want to provide or consume data without restricting the application that uses the data.