C# Class RpgCodeExpress.Utilities.SerializableData

Show file Open project: rpgtoolkit/rpgcodeexpress Class Usage Examples

Public Methods

Method 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 method

public Load ( Stream stream, Type newType ) : object
stream Stream
newType System.Type
return object

Load() public method

public Load ( string filename, Type newType ) : object
filename string File path.
newType System.Type
return object

Save() public method

public Save ( Stream stream ) : void
stream Stream
return void

Save() public method

public Save ( string filename ) : void
filename string
return void