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...
Reactions are currently unavailable
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...