C# Class FBClient.Utils.StaticClassSerializer

Afficher le fichier Open project: Noxalus/Final-Bomber

Méthodes publiques

Méthode Description
Load ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
Save ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool

Method Details

Load() public static méthode

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

Save() public static méthode

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