rharter / auto-value-gson

AutoValue Extension to add Gson De/Serializer support
Apache License 2.0
603 stars 103 forks source link

Clean up Ignore logic a bit #196

Closed ZacSweers closed 5 years ago

ZacSweers commented 5 years ago

Relates to #48, but I can't repro any issue described there and think it may just be old. This improves it a bit by not always inverting the serialization checks.

I do plan to just use a shared transient annotation library for this in a separate PR, but this should make switching to that easy