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
MetaData meta = JSONObject.parseObject(new String(metaBytes), MetaData.class) 想问下这个地方是直接把所有数据一把搞了吗,这个new String 直接 堆异常了。 我配置了2个G了。
The text was updated successfully, but these errors were encountered:
看代码这里只是拿到了data里面的一段数据,反序列化成数据原信息
Sorry, something went wrong.
No branches or pull requests
MetaData meta = JSONObject.parseObject(new String(metaBytes), MetaData.class)
想问下这个地方是直接把所有数据一把搞了吗,这个new String 直接 堆异常了。 我配置了2个G了。
The text was updated successfully, but these errors were encountered: