Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
8いいね 519 views回再生

Serialization support in GraalVM Native Image

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...

コメント