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
This is a pretty good library, but it doesn't seem to work with objects serialised by Java 11 (openjdk 11.0.6), I get the error: ValueError: Invalid file magic: 0x696d.
This is happening at an instruction like: pobj = javaobj.load ( fd ), using Python 3.8.
The text was updated successfully, but these errors were encountered:
This is a pretty good library, but it doesn't seem to work with objects serialised by Java 11 (openjdk 11.0.6), I get the error:
ValueError: Invalid file magic: 0x696d
.This is happening at an instruction like:
pobj = javaobj.load ( fd )
, using Python 3.8.The text was updated successfully, but these errors were encountered: