GtkSharp icon indicating copy to clipboard operation
GtkSharp copied to clipboard

Could some classes be made Serializable?

Open zur003 opened this issue 3 years ago • 0 comments

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.

zur003 avatar Sep 02 '22 13:09 zur003