“…with great pleasure, comes great responsibility.”
The proper way to serialize and deserialize DateTimeOffset in XML is to use the DataContractSerializer instead of the standard XmlSerializer. The reason is that the XMLSerializer does not support certain…