Created
October 17, 2018 20:20
-
-
Save Laoujin/9b0b360b0c0cb39143990e92fa3adcef to your computer and use it in GitHub Desktop.
C# XmlSerialization
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<name>testy</name> | |
</Person> |
Author
Laoujin
commented
Oct 17, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment