XSerializer
XSerializer copied to clipboard
Vector2 missing from serialization
When I'm serializing objects containing a Vector2 member (Microsoft.Xna.Framework.Vector2), everything is being serialized except for that member. This type correctly serializes using the BCL XMLSerializer.
Is there a way for this type to be picked up for serialization?