John Ericksen

Results 183 comments of John Ericksen

If you could test a potential fix, I'd greatly appreciate it! I hope to spend some timr on it this weekend. On Fri, Jan 11, 2019, 8:08 PM doniwinata0309 Thank...

Hmm, looks like a kotlin class.. you have to do special things for kotlin integration: https://stackoverflow.com/questions/33891814/use-of-parceler-with-kotlin-data-class-with-constructor-for-serialization

@tobiasKaminsky - I believe your case is caused by the incompatibility between lombok and other annotation processors like Parceler. See https://stackoverflow.com/questions/37543057/parceler-and-lombok-not-working-together I am open to a PR to address this...

Strange, and I assume running it through Gradle directly still works. Any more clues why it's failing?

It's something to do with some type Parceler is analyzing coming up as the type. I'll investigate further later this weekend. If anyone is interested, this is an open-source project...

Ok, it seems the problem is referencing classes that have yet to be generated, like the Realm proxy classes. So situations like the following: ```java @Parcel(implementations = {com_example_parcelertest_VisitRealmProxy.class}, value =...

`IdentityCollection` is used to compare and determine uniqueness in a graph of objects during deserialization. Adding the proguard rule you mentioned is a good idea.

Should we add this to the suggested proguard configuration?