adventure-platform icon indicating copy to clipboard operation
adventure-platform copied to clipboard

Gson relocation causes reflection not working

Open re-ovo opened this issue 1 year ago • 2 comments

Currently, there are some reflection parts that use the Gson class directly without considering the impact of relocation, which will cause it to not work, such as MinecraftComponentSerializer.

Perhaps make a utility class can be implemented to convert between the relocated Gson and the built-in Gson?

re-ovo avatar Jun 10 '24 09:06 re-ovo