I recently wrote an article on the various serialization options in WCF (which will soon be published in MSDN Magazine ). It focuses on the differences between XmlSerializer, DataContractSerializer (DCS), and NetDataContractSerializer, their programming...