0-23 - Serialized data conversion exception
Possible Reason
- There is a circular reference in the data to be serialized, resulting in a stack overflow.
- The version of the referenced jar package is low or there is a compatibility problem.
Troubleshooting and resolution steps
- If using FastJson, remove
SerializerFeature.DisableCircularReferenceDetect
- Check or upgrade the version to try.
You can use some third-party tools or jstack [PID] > jstack.log
to analyze the stack information and locate it.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)