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
Looks like ObjectReader constructed with paranamer (in original case, via Scala module) is not Serializable any more: it should be. Looks like this is due to CachingParanamer; but it should be relatively easy to try to verify functioning with a unit test to see what else might be blocking things.
The text was updated successfully, but these errors were encountered:
(note: sliced from FasterXML/jackson-module-scala#266)
Looks like
ObjectReader
constructed with paranamer (in original case, via Scala module) is notSerializable
any more: it should be. Looks like this is due toCachingParanamer
; but it should be relatively easy to try to verify functioning with a unit test to see what else might be blocking things.The text was updated successfully, but these errors were encountered: