Feel 6.0
The best way to improve your game's feel and make it extra juicy
Loading...
Searching...
No Matches
MoreMountains.Tools.MMSaveLoadManagerMethodJson Class Reference
Inheritance diagram for MoreMountains.Tools.MMSaveLoadManagerMethodJson:
MoreMountains.Tools.IMMSaveLoadManagerMethod

Public Member Functions

void Save (object objectToSave, FileStream saveFile)
 Saves the specified object at the specified location after converting it to json.
object Load (System.Type objectType, FileStream saveFile)
 Loads the specified file and decodes it.

Member Function Documentation

◆ Load()

object MoreMountains.Tools.MMSaveLoadManagerMethodJson.Load ( System.Type objectType,
FileStream saveFile )

Loads the specified file and decodes it.

Parameters
objectType
saveFile
Returns

Implements MoreMountains.Tools.IMMSaveLoadManagerMethod.

◆ Save()

void MoreMountains.Tools.MMSaveLoadManagerMethodJson.Save ( object objectToSave,
FileStream saveFile )

Saves the specified object at the specified location after converting it to json.

Parameters
objectToSave
saveFile

Implements MoreMountains.Tools.IMMSaveLoadManagerMethod.


The documentation for this class was generated from the following file: