You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Static modules get a readResolve method that returns the singleton instance, so the de-serialized object is not used. So there's no need to serialize all the fields. See also #9375.