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
Executing the above code gives the following result:
Array deserialization failed
unmodifiableList deserialization failed
ArrayList was deserialized successfully
After debugging, I found that the code in the figure is causing this problem. It looks like it is filtering out some basic types, but why should it be written like this, so it is not causing some problems now? Can anyone help with that? Thank you very much
The text was updated successfully, but these errors were encountered:
Here's a code example of the problem I ran into.
I use the RedisSerializer serialize a Object,but ican't deserialize it.
Executing the above code gives the following result:
After debugging, I found that the code in the figure is causing this problem. It looks like it is filtering out some basic types, but why should it be written like this, so it is not causing some problems now? Can anyone help with that? Thank you very much
The text was updated successfully, but these errors were encountered: