So, I can't serialize PathData... why? I don't know... the best description I can get of PathData is that it is an array of bytes that encapsulates the points and point types in a graphics path. Seems to me an array of bytes should be serializable.
the PathData class encompasses an array of PointF structures (serializable), and PointType (serializable), so why can't the class be serialized?
Any ideas?
