Open hamzajg opened 3 years ago
Hallo, @hamzajg has a workaround for this problem, but it's far from ideal. We disallow serialization of Object[]
and byte[]
. It would be great to support all Java types and arrays.
We are happy to contribute the GraalVM implementation details so you can support it.
the same problem in jdk 17
<groupId>de.ruedigermoeller</groupId>
<artifactId>fst</artifactId>
<version>3.0.4-jdk17</version
```>
Hello everyone.
Try to create a native image using GraalVM version 21.1.0 with Java 11. But when running the native image, the following exception is always thrown:
Demo Example here: https://github.com/vlingo/xoom-experimental/tree/fst-graalvm-demo/fst-graalvm-demo
Thanks..