### 问题描述 fastjson2 通过注解JSONType#seeAlso配置类型别名,使用JSONB.toBytes()序列化数据后,再使用JSONB.parseObject() 反序列化导致JVM崩溃 ### 环境信息 - OS信息: macOS 15.3.2 M1 16 GB - JDK信息: oracle jdk 1.8.0_275 - 版本信息:Fastjson2 2.0.56 ### 重现步骤 复现代码 [fastjson2_test.zip](https://github.com/user-attachments/files/19430414/fastjson2_test.zip) ### 期待的正确结果 *对您期望发生的结果进行清晰简洁的描述。* ### 相关日志输出 [hs_err_pid94413.log](https://github.com/user-attachments/files/19430366/hs_err_pid94413.log) #### 附加信息