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
Given the following custom StdSerializer, it's not possible to serialize my custom object as a String without getting errors. An json object is expected because it needs to be able to convert to a Map. So far it doesn't seem to affect deserialization.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed.
Given the following custom
StdSerializer
, it's not possible to serialize my custom object as aString
without getting errors. An json object is expected because it needs to be able to convert to aMap
. So far it doesn't seem to affect deserialization.The following example isn't supported: (example error: https://paste.ubuntu.com/p/MhTV9333Qr/)
This works:
The text was updated successfully, but these errors were encountered: