0-23 - Serialization data conversion exception

0-23 - Serialization data conversion exception

Possible Causes

  1. There are circular references in the data to be serialized, leading to a stack overflow.
  2. The referenced jar package version is low or has compatibility issues.

Troubleshooting and Resolution Steps

  1. If using FastJson, remove SerializerFeature.DisableCircularReferenceDetect
  2. 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.