Somewhere on this forum, I saw koganam say that enum would be automatically serialized.
However, when I set the property to a non-default value, then restart NT platform (with workspace saved, of course) the property returns default.
So, how can I serialize an enum?
Thank you.

Don't know why I put XmlIgnore there, then have to go crazy seeking for a solution. After removing XmlIgnore, the setting for enum is successfully saved.
Comment