Save static variables in classes

Vote for new features, or make your own requests here.
Post Reply

Save static variables in classes

Yes, I would like this feature
3
100%
No, I would not like this feature
0
No votes
 
Total votes: 3

User avatar
Joel
Moodkie Staff
Posts: 4810
Joined: Wed Nov 07, 2012 10:32 pm

Save static variables in classes

Post 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.
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply