C# Class FBClient.Utils.StaticClassSerializer

Show file Open project: Noxalus/Final-Bomber

Public Methods

Method Description
Load ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
Save ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool

Method Details

Load() public static method

public static Load ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
staticClass System.Type
fileName string
binaryFormatter bool
return bool

Save() public static method

public static Save ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
staticClass System.Type
fileName string
binaryFormatter bool
return bool