An NDoc Documented Class Library

WindowSerializer Class

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

public class WindowSerializer : Component

Example

The sample below will persist the state of the MainWindow form.

            class MainWindow : Form {
                WindowSerializer windowSerializer;
                public MainWindow() {
                    windowSerializer = new WindowSerializer(this);
                }
            }
            

Requirements

Namespace: Genghis.Windows.Forms Namespace

Assembly: Genghis.dll

See Also

WindowSerializer Members | Genghis.Windows.Forms Namespace