We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题。有没有人也遇到这样的情况?所以我暂时把GsonParamConverter(从demo里copy出来的)删掉,传递的参数都implements Serializable来序列化。
implements Serializable
The text was updated successfully, but these errors were encountered:
会有这样的问题。debug调用gson就报错了
Sorry, something went wrong.
如果只是debug mdoe出的问题。可以参考下面的
if(CC.isDebugMode()){ return instance.toString() } val ret = gson.toJson(instance)
No branches or pull requests
如题。有没有人也遇到这样的情况?所以我暂时把GsonParamConverter(从demo里copy出来的)删掉,传递的参数都
implements Serializable
来序列化。The text was updated successfully, but these errors were encountered: