![]() |
Eye of the Nile Docs
Everything you need to know to get started!
|
Classes | |
class | SerializedData |
This takes data from the DataManager (given in the constructor) and packages into a class that can be serialized. FileReadWrite can then write this class to a file, or create a new one after reading from a pre-existing file. In short, this class is an intermediate format between the DataManager and data saved to a file, allowing FileReadWrite to translate between the two. More... | |