java.lang.Error: Unresolved compilation problems:   Syntax error on token "return", delete this token  Type mismatch: cannot convert from Init to String

 

 

Dubbo 在调用服务时候报的错误!

那么问题来了。这什么错? ? 英语不好。    

 Type mismatch: cannot convert from Init to String

 Dubbo在调用服务时候,获取返回值时候会进行序列化!!     这时候,我一看 Init to String

其实到这里问题也就是解决了,在序列化时候出现的问题    实现下接口Serializable  

 

相关文章:

  • 2021-05-10
  • 2021-07-15
  • 2022-12-23
  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
  • 2021-07-17
猜你喜欢
  • 2022-12-23
  • 2022-01-21
  • 2021-06-26
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
相关资源
相似解决方案