I\'m working on a save state serialization with a few static methods and fields. I could have sworn though that serialization and static\'s caused mayhem. Should I make all
static fields are ignored for serialization.
static
Updated to say static rather than transient as I originally intended...
transient