luckybilly / CC

业界首个支持渐进式组件化改造的Android组件化开源框架,支持跨进程调用。Componentize your android project gradually.
https://luckybilly.github.io/CC-website/
Apache License 2.0
4.05k stars 635 forks source link

加上 GsonParamConverter之后, 获取组件化的fragment就会超时。 #102

Open andych008 opened 5 years ago

andych008 commented 5 years ago

如题。有没有人也遇到这样的情况?所以我暂时把GsonParamConverter(从demo里copy出来的)删掉,传递的参数都implements Serializable来序列化。

Ccixyj commented 4 years ago

会有这样的问题。debug调用gson就报错了

Ccixyj commented 4 years ago

如果只是debug mdoe出的问题。可以参考下面的

  if(CC.isDebugMode()){
         return  instance.toString()
     }
  val ret = gson.toJson(instance)