apache/fory

[Java] Support deep copy in graalvm

Open

#1,742 建立於 2024年7月20日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Java (426 fork)auto 404
enhancementgood first issue

倉庫指標

Star
 (4,419 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南