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?