You need to serialize some data to a file. The file can then be processed by another .NET application. Your data consists of personal records that store important information such as names, addresses, logon credentials, and contact details. You are wondering which serialization would be best. You think about XML binary, JSON or using a Data Contract.