Tag: Serialization
-
Easily save and load C# classes using XML Serialization
These two functions below have saved me a lot of time, you simply create a class with variables inside it and then pass said class to the two functions below:
These two functions below have saved me a lot of time, you simply create a class with variables inside it and then pass said class to the two functions below: