Serializing data with C#

Years ago, there appeared to be only XmlSerializer.  Then came the DataContractSerializer particular for use with WCF.  Now, it appears there are a couple JsonSerializers – who knows what will be next? Recently, I had to implement a Serializer.  I tried a few of...