GsonBooster icon indicating copy to clipboard operation
GsonBooster copied to clipboard

Kotlin-compatible and high performance gson typeAdapter compile phase generator

Results 2 GsonBooster issues
Sort by recently updated
recently updated
newest added

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

This will block other TypeAdapters defined by developers, such as custom parsing BoolTypeAdapter. 这个会阻断开发者自己定义的 其他TypeAdapter 比如自定义解析BoolTypeAdapter