Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void Serialize(string, TSettings)

  • 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

stringfilename Full path to the settings file.
TSettingssettings Instance of settings to serialize.