Is there any way by which I can save the state of `static members`?

Viewed 233

Just like the way we save the instance variables using serialization, is there any way by which I can save the state of static members?

If there is a situation, where getting back the state of static members is necessary to restore something, how would one do that?

1 Answers
Related