You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the topic.
It seems that there is no example showing how to serialize List .
Springboot's default serialization mechanism is jackson, which serializes List ,The resulted json string cannot be deserialized again to List object.
And putting all the info in the HTTP headers is not suitable for me。 Is there any way to put the event info in the HttpBody,and can seriliaze in JSON formart, transport by OpenFeign?
thanks!
The text was updated successfully, but these errors were encountered:
As the topic.
It seems that there is no example showing how to serialize List .
Springboot's default serialization mechanism is jackson, which serializes List ,The resulted json string cannot be deserialized again to List object.
And putting all the info in the HTTP headers is not suitable for me。 Is there any way to put the event info in the HttpBody,and can seriliaze in JSON formart, transport by OpenFeign?
thanks!
The text was updated successfully, but these errors were encountered: