- Declared in: RT.Serialization.Settings.SettingsFile<TSettings>
- Abstract
Declaration
protected abstract void Serialize(
string filename,
TSettings settings
)
Summary
Serializes
settings to
filename. This method must not do any error handling
of its own and should propagate all exceptions, including File Not Found and any parse errors.
Parameters
string | filename |
Full path to the settings file. |
TSettings | settings |
Instance of settings to serialize. |