Nyfos
✅ What is DataContractSerializer capable of serializing?
Hi! <:cat_hi:1123628423944867931>
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!16 replies