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
To speed up things, a jackson serializer/deserializer could be added to avoid the intermediary step of creating generic objects that are then transformed into Writable.
It remains to be seen though whether there is enough information to do this translation directly into the serializer.