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 already discussed in Issue 28 in the deprecated FasterXML Mr Bean project, the AbstractTypeMaterializer should not materialize Serializable.
For example we are having a Map<String, Serializable> which causes a MismatchedInputException: Cannot construct instance of com.fasterxml.jackson.module.mrbean.generated.java.io.Serializable.
The text was updated successfully, but these errors were encountered:
As already discussed in Issue 28 in the deprecated FasterXML Mr Bean project, the
AbstractTypeMaterializer
should not materializeSerializable
.For example we are having a
Map<String, Serializable>
which causes aMismatchedInputException: Cannot construct instance of com.fasterxml.jackson.module.mrbean.generated.java.io.Serializable
.The text was updated successfully, but these errors were encountered: