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
Hello,
I wonder why there is no serializer for Try.
We use vavr a lot in akka-messages, where we can have a Try as an response. So far we are serializing everything with protobuf, but we are planning to change to Jackson.
Is it possible, that a serializer for Try gets added?