bluelinelabs / LoganSquare

Screaming fast JSON parsing and serialization library for Android.
Apache License 2.0
3.21k stars 306 forks source link

improved NoSuchMapperException throwing #139

Closed mariotaku closed 8 years ago

mariotaku commented 8 years ago

This change makes LoganSquare show what exact class haven't annotated JsonObject.

EricKuck commented 8 years ago

Thanks for the PR, and sorry about the long wait. I'll release an update that includes this shortly.

EricKuck commented 8 years ago

Right after merging this, I realized it would throw exceptions in places it shouldn't, such as the LoganSquare.supports method, so I ended up reverting. If you can think of a solution that doesn't have unwanted side effects, I'd love another PR.