I only have a parsing problem with Gson when I use proguard. In debug mode and release mode without proguard, everything work fine.
This is my json string :
As darwin commented, adding the @Keep annotation to my POJOs classes fixed the issue
@Keep