Saves the specified value. A list of external writers can optionally be passed
to either override the default writers or add new ones.
| C# |
public void Save( ISavable value, string filePath, params ExternalWriter[] writers )
- value (ISavable)
- Object to serialize
- filePath (String)
- Full path to the file
- writers (array<ExternalWriter>[]()[][])
- External writers to be used with the savable writer.
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)