Select from following answers:- XmlSerializer
- ISerializable and BinaryFormatter

- DataContractSerializer
- All Above
Iserializable must be implemented on types that have some sensitive
data and BinaryFormatter can be used to serialize data to a binary format.
Show Correct Answer
Source: microsoft book (c#) | |
Alert Moderator