-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
com.bluelinelabs.logansquare.NoSuchMapperException: Class in.manasviniganesh.ostracon.ostracon.Message could not be mapped to a JSON object. Perhaps it hasn't been annotated with @JsonObject? #209
Comments
It seems like you've accidentally pasted the stack trace twice. Could you share your |
Hi, did you find any solution to this ? |
I am using the same way as her (Salut), and I am getting the same error, so I think we may have a close build.gradle. For the record, I already tried using 1.3.6 and 1.3.7. If possible, show me what am I doing wrong:
Also, here is my Message class:
|
It's odd that your |
I merged them together and updated the previous comment, but the error was still the same. |
I actually got it working, it was kind of a dumb mistake, but... I only added theses two following lines in the dependencies and it started working:
I was caught by the Gradle trap. Found randomly in the internet that this wasn't enough:
|
Oh wow, I didn't even spot that one either. Yes, there are two separate artifacts to LoganSquare, |
## This error has been bothering me since days. LoganSquare's dependencies were installed along with Salut WiFi Library. I am using Salut and LoganSquare.
# My gradle file
The text was updated successfully, but these errors were encountered: