C# Class RpgCodeExpress.Utilities.SerializableData

Afficher le fichier Open project: rpgtoolkit/rpgcodeexpress Class Usage Examples

Méthodes publiques

Méthode Description
Load ( Stream stream, Type newType ) : object

Load ( string filename, Type newType ) : object

Save ( Stream stream ) : void

Save ( string filename ) : void

Method Details

Load() public méthode

public Load ( Stream stream, Type newType ) : object
stream Stream
newType System.Type
Résultat object

Load() public méthode

public Load ( string filename, Type newType ) : object
filename string File path.
newType System.Type
Résultat object

Save() public méthode

public Save ( Stream stream ) : void
stream Stream
Résultat void

Save() public méthode

public Save ( string filename ) : void
filename string
Résultat void