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
{{ message }}
This repository has been archived by the owner on Jul 7, 2018. It is now read-only.
Spray-json has showed some limits on the server side and could be improved a lot. Jackson and similar libraries do fit better the actual usage. We should once create our own json (de)serializatier:
polymorphic serialization
no reflexion call during execution time
no boilerplate for custom json format
asymmetric custom format
immutable
The text was updated successfully, but these errors were encountered:
Spray-json has showed some limits on the server side and could be improved a lot. Jackson and similar libraries do fit better the actual usage. We should once create our own json (de)serializatier:
The text was updated successfully, but these errors were encountered: