0
Serializing\deserializing in .Net core Xml C#
Hey! I need help ASAP. I need to know how to serialize classes in .Net Core (C#) Xml. I have already included the necessary libraries and created a class called TestClass and an instance of that class called Peron1. I gave it a bunch of properties too. Now i need to serialise it to Xml and then deserialise it again. If you guys could help me out, you'd be pulling me out of a huge mess. (Very important to be in Console Core not framework ) Thank you in advance!
2 Antworten
+ 1
hope this helps https://msdn.microsoft.com/en-us/library/system.xml.serialization.xmlserializer(v=vs.110).aspx
http://codehandbook.org/c-object-xml/
0
already been to that website :( thanks anyway though