Posting here just cuz someone can fall in this iss...
# serialization
c
Posting here just cuz someone can fall in this issue (maybe me, in a week or so) and I've had some hours of pain debugging this sh*t down:
Invalid record (Producer: 'LLVM8.0.0svn' Reader: 'LLVM APPLE_1_1100.0.33.16_0')
. Seems like this is caused by having an inner class with Serializable annotation. My actual structure is something like a serializable data class, with an inner class which is serializable itself (and is used by the data class itself)
e
yeap, spent half of the day, trying to find what is the problem. Do you find any solution?