How do you encode and decode a CGPoint struct using NSCoder?
Just an update for iOS developers. You can do the following in Cocoa Touch (but not in Cocoa):
[coder encodeCGPoint:myPoint forKey:@"myPoint"];