✅ What is DataContractSerializer capable of serializing?
Hi! 
I'm currently using
I was wondering if there was a list of all serializable types somewhere. It would be perfect if I was able to serialize things like Dictionaries, Vector2/Vector3, instead of converting them to multiple arrays...
Thank you for your help!

I'm currently using
DataContractSerializer.WriteObject(...) and DataContractSerializer.ReadObject(...) to save and load my game data.I was wondering if there was a list of all serializable types somewhere. It would be perfect if I was able to serialize things like Dictionaries, Vector2/Vector3, instead of converting them to multiple arrays...
Thank you for your help!