-
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
Support for Google's AutoValue #150
Comments
It's on the todo list. I don't have a timeline for when work on this can begin though, so if someone wants to pick it up and do a PR in the meantime that'd be awesome. |
I've been trying to write extension for LoganSquare but I don't seem to find a good way to do it. I can't annotate generated class with |
I'm making an auto-value extension based on auto-value-gson to use LoganSquare. It replaces the parser but uses the core for annotations, type converters and mapper registry. So far I've run into two problems:
Both of these could be addressed pretty easily. Is there still interest in adding this support? |
Personally, I would really appreciate having support for AutoValue types while still being able to use LoganSquare. I've tried the same efforts once before as well, but I eventually gave up on trying to integrate the existing parser with AutoValue's concepts, rather than replacing it. |
I found this googling: https://github.com/yongjhih/AutoJson |
@ppiech did you manage to get LoganSquare working with Auto-Value? |
@restor1 |
Hi, its been a while since the last comment, any updates on this matter? |
LoganSquare should support AutoValue's extension API. AutoValue 1.2 has hit a release candidate stage, so the time is ripe.
http://angusmorton.com/autovalue-extensions/
The text was updated successfully, but these errors were encountered: