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
Currently, javaobj is loading Java strings as str objects. This is OK in Python 3, but wrong in Python 2.
All strings loaded from a Java serialized file should be of type unicode in Python 2.
Important note: this can break some existing code...