Serialization

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jan Warning

    #1

    Serialization

    I have an application with displays custom controls.
    I want to serialize/deserialize these controls.
    Serialization fails however, because all controls are derived from
    System.Windows. Forms.Control which is not serializable.

    How can I solve this problem?

    Thanks in advance, Jan Warning


Working...