user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 47. Types Of Serialization

user image

Abhishek Mishra

2 years ago

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.

Recent Doubts

Close [x]