Interface ISaveFormatter
Namespace: RTSEngine.Save.IO
Assembly: cs.temp.dll.dll
Syntax
public interface ISaveFormatter : IPreRunGameService, IOptionalGameService
Methods
FromSaveFormat<T>(String)
Declaration
T FromSaveFormat<T>(string input)
Parameters
| Type | Name | Description |
|---|---|---|
| String | input |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
ToSaveFormat<T>(T)
Declaration
string ToSaveFormat<T>(T input)
Parameters
| Type | Name | Description |
|---|---|---|
| T | input |
Returns
| Type | Description |
|---|---|
| String |
Type Parameters
| Name | Description |
|---|---|
| T |