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?
The text was updated successfully, but these errors were encountered:
Here is my attempt to implement a Try serializer and deserializer (note that it also adds a mixin, due to the lack of good support of StackTraceElement): hypr2771/vavr-jackson@dd701ef.
Note: I am a beginner using Jackson, so I wouldn't trust much what I did there (some copy and paste), but it seems to work in unit test and using it on my application.
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?
The text was updated successfully, but these errors were encountered: