A class to automatically serialize/deserialize the state of a form.
For a list of all members of this type, see WindowSerializer Members.
System.Object
MarshalByRefObject
Component
WindowSerializer
The sample below will persist the state of the MainWindow form.
class MainWindow : Form { WindowSerializer windowSerializer; public MainWindow() { windowSerializer = new WindowSerializer(this); } }
Namespace: Genghis.Windows.Forms Namespace
Assembly: Genghis.dll