KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
678 stars 103 forks source link

`fastjson2` component serializer #1039

Closed DxrkCat closed 4 months ago

DxrkCat commented 4 months ago

Is your feature request related to a problem? Please describe. No, this is related to the idea of improving performance in json moments. Describe the solution you'd like https://github.com/alibaba/fastjson2 - This library is actively supported and fully stable, but its performance is better than gson, you can see by benchmarks https://github.com/fabienrenaud/java-json-benchmark - benchmark tests (gson vs fastjson2) Describe alternatives you've considered to solve your solution without us adding this as a feature?

kezz commented 4 months ago

You are welcome to make your own library that implements JsonComponentSerializer and if you do we'd be happy to include it in our community libraries page . However, the team is not going to be working on or maintaining such a library.