In the last video we looked at how to use the assisted configuration javaagent to provide reflection, JNI, resources configuration to the native image build process.
In this video I want to show another example of that focusing specifically on the serialization support.
Native image supports serialization and deserialization of Java objects but requires explicit configuration. Let's talk about how to use the javaagent for generating it and how to use serialization in native image.
GraalVM - https://www.graalvm.org/
Documentation for the Native Image Build - https://www.graalvm.org/reference-man...
コメント