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
Hi
ObjectInputStream / ObjectOutputStream are not supported thus it is not able to do serialize/deserialize.
environment:
[ GRAALVM CE 20.2.0-dev]**
JDK major version: [e.g.:11]
OS: [Windows]
Architecture: [e.g.: AMD64]
Caused by: com.oracle.svm.core.jdk.UnsupportedFeatureError: ObjectInputStream.readObject()
at com.oracle.svm.core.util.VMError.unsupportedFeature(VMError.java:86)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:53)
The text was updated successfully, but these errors were encountered:
Hi
ObjectInputStream / ObjectOutputStream are not supported thus it is not able to do serialize/deserialize.
environment:
[ GRAALVM CE 20.2.0-dev]**
Caused by: com.oracle.svm.core.jdk.UnsupportedFeatureError: ObjectInputStream.readObject()
at com.oracle.svm.core.util.VMError.unsupportedFeature(VMError.java:86)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:53)
The text was updated successfully, but these errors were encountered: