GtkSharp
GtkSharp copied to clipboard
Could some classes be made Serializable?
It would be useful if some (or all?) classes were marked with the Serializable attribute. I would like to be able to use BinaryFormatter to serialize objects in a GtkSharp application, but cannot do so when those objects are (or contain) instances of classes lacking the attribute.