Skip to content

Instantly share code, notes, and snippets.

@mikaelweave
Last active November 9, 2017 16:56
Show Gist options
  • Save mikaelweave/3921f793d32625ce3a4a1dd3a13d8071 to your computer and use it in GitHub Desktop.
Save mikaelweave/3921f793d32625ce3a4a1dd3a13d8071 to your computer and use it in GitHub Desktop.
(new System.Xml.Serialization.XmlSerializer(obj.GetType())).Serialize(new System.IO.StreamWriter(@"c:\temp\text.xml"), obj)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment