apache/fory

[Java] Support deep copy in graalvm

Open

#1,742 opened on Jul 20, 2024

View on 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)

Description

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

Contributor guide