Infinite Runner Engine v1.9
Public Member Functions | List of all members
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 More...
 
object Load (System.Type objectType, FileStream saveFile)
 Loads the specified file and decodes it More...
 

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: