Highroad Engine v1.3
Public Member Functions | List of all members
MoreMountains.Tools.MMSaveLoadManagerMethodBinary Class Reference

This save load method saves and loads files as binary files More...

Inheritance diagram for MoreMountains.Tools.MMSaveLoadManagerMethodBinary:
MoreMountains.Tools.IMMSaveLoadManagerMethod

Public Member Functions

void Save (object objectToSave, FileStream saveFile)
 Saves the specified object to disk at the specified location after serializing it More...
 
object Load (System.Type objectType, FileStream saveFile)
 Loads the specified file from disk and deserializes it More...
 

Detailed Description

This save load method saves and loads files as binary files

Member Function Documentation

◆ Load()

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

Loads the specified file from disk and deserializes it

Parameters
objectType
saveFile
Returns

Implements MoreMountains.Tools.IMMSaveLoadManagerMethod.

◆ Save()

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

Saves the specified object to disk at the specified location after serializing it

Parameters
objectToSave
saveFile

Implements MoreMountains.Tools.IMMSaveLoadManagerMethod.


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