|
Hi there i'm having a complete headache with XML Serialization, I'm trying to store a load of data across various class object within other class objects etc etc, storing each up through an array, but I keep getting Any ideas? - Caius
(comments are locked)
|
|
Serialization is no problem. Are you sure that the class you try to serialize is marked as serializable? because you need to have serializable classes. The SerializeObject / DeserializeObject functions on the unifycommunity give you a good start on a function to serialize from and to XML
(comments are locked)
|

I've been reading about Deep Serialization, anyone encountered this and successfully implemented the serialization of a complex object within Unity?