Given some list of objects:
List carlist = new List();
How can I serialize this list as an XML or binary file and des
DataContactJsonSerializer performs better than XmlSerializer. It creates smaller files and handles well lists inside properties.