Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ObjectInputStream / ObjectOutputStream are not supported #2507

Closed
phamvanthanh opened this issue May 27, 2020 · 2 comments
Closed

ObjectInputStream / ObjectOutputStream are not supported #2507

phamvanthanh opened this issue May 27, 2020 · 2 comments
Assignees

Comments

@phamvanthanh
Copy link

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)

@phamvanthanh
Copy link
Author

Anyone can give comments on plans to support this feature?

@cstancu
Copy link
Member

cstancu commented May 29, 2020

There is some work in progress to support serialization: #2323. I'll close this as a duplicate of #460.

@cstancu cstancu closed this as completed May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants