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
Its a lot faster than GSON, consumes lesser memory and does not use reflection. The generated code is a bit more verbose, but the tradeoff is worth it.
The text was updated successfully, but these errors were encountered:
Pegasus uses streaming Jackson for the main parser, which Scala uses. But I agree, we should use streaming Jackson for android as well and eliminate our use of GSON. I'll keep this open.
Its a lot faster than GSON, consumes lesser memory and does not use reflection. The generated code is a bit more verbose, but the tradeoff is worth it.
The text was updated successfully, but these errors were encountered: