xuziyang opened a new issue, #4833: URL: https://github.com/apache/shenyu/issues/4833
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior When GsonUtils serializes an object, it will use StringTypeAdapter to determine the value of a property whose type is String and ignore it if it is blank. This causes the deserialized object to equals false to the original object, which can cause a lot of problems. ### Expected Behavior The same object, after GsonUtils serialization, and then deserialization, with the original object equals, the result is true ### Steps To Reproduce _No response_ ### Environment ```markdown ShenYu version(s): master ``` ### Debug logs _No response_ ### Anything else? _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
