GsonBooster icon indicating copy to clipboard operation
GsonBooster copied to clipboard

Data Class not Support java.io.Serializable

Open rabbitknight opened this issue 2 years ago • 1 comments

When data class implement Serializable, kapt or ksp processor cannot compile! data class 不支持实现java 序列化,编译会报错。

rabbitknight avatar Feb 01 '23 03:02 rabbitknight

When data class implement Serializable, kapt or ksp processor cannot compile! data class 不支持实现java 序列化,编译会报错。

I mentioned the bug to the original poster but it has not been solved yet. I changed a version myself. You can use my modified version to fix the problem https://github.com/NBXXF/gson_plugin 我提了bug楼主暂时没有解决,我自己改了一个版本,你可以使用我修改的版本,修复了这个问题 https://github.com/NBXXF/gson_plugin

NBXXF avatar Dec 04 '23 12:12 NBXXF