Hi,
Does anyone know a good way to serialize a System.Windows.Shape
(incl. Polygon, Circle, Triangle etc.) object so that it may be saved in a database?
I have tried to serialize it using BinaryFormatter
but it throws an exception saying that it is not marked as serializable.
Thanks in advance for any help.
Cheers,
Nilu