apache/fory

[Java] Support deep copy in graalvm

Open

#1,742 opened on 2024年7月20日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Java (426 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (4,419 stars)
PR merge metrics
 (PR metrics pending)

説明

Is your feature request related to a problem? Please describe.

Support deep copy in graalvm. Currently the fields info are built lazily, which will fail at graalvm runtime.

Describe the solution you'd like

Build fields info eagerly at graalvm build time

Additional context

#1679

コントリビューターガイド