Serializing A Class
From Hang The DJ
To serialize a class:
- add the serialize block to the top private section of the class interface
- implement the serialize function
- make sure the class has a default constructor - haven't figured out if there's a way around this yet but it seems harmless enough a requirement