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
Would you be able to provide a code sample? Serialization seems to work for me but I suspect that deserialization might be a problem. We don't have an explicit module for Trys like there are for other types like Either. You might be able to write a module of your own (see com.fasterxml.jackson.module.scala.EitherModule for an example)
I get this exception:
Can not construct instance of scala.util.Try, problem: abstract types either need to be mapped to concrete types, have custom deserializer
The text was updated successfully, but these errors were encountered: