0-23 - Serialization data conversion exception
0-23 - Serialization data conversion exception
Possible Causes
- There are circular references in the data to be serialized, leading to a stack overflow.
- The referenced jar package version is low or has compatibility issues.
Troubleshooting and Resolution Steps
- If using FastJson, remove
SerializerFeature.DisableCircularReferenceDetect
- Check or upgrade the version for testing.
You can analyze stack information using some third-party tools or by running jstack [PID] > jstack.log
for troubleshooting.