|
void | Save (object objectToSave, FileStream saveFile) |
| Saves the specified object at the specified location after converting it to json More...
|
|
object | Load (System.Type objectType, FileStream saveFile) |
| Loads the specified file and decodes it More...
|
|
◆ Load()
object MoreMountains.Tools.MMSaveLoadManagerMethodJson.Load |
( |
System.Type |
objectType, |
|
|
FileStream |
saveFile |
|
) |
| |
◆ Save()
void MoreMountains.Tools.MMSaveLoadManagerMethodJson.Save |
( |
object |
objectToSave, |
|
|
FileStream |
saveFile |
|
) |
| |
The documentation for this class was generated from the following file: