Page 1 of 1

Save static variables in classes

Posted: Tue Aug 06, 2019 5:58 pm
by Joel
Status

Complexity

3/10

Description
Currently static variables are not serialised when serialising a class.

By modifying ES3Reflection and the ES3Type generation code, support for static variables could be added.

In most cases it is not desirable to serialise static variables, so this would need to be attached to a setting which is disabled by default. Static variables should also be unselected when generating ES3Types by default.