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
The text was updated successfully, but these errors were encountered:
ABICodecObjectUtil中对于byte类型的解析 case BYTES: { result.add(new String(argObject.getBytesValue().getValue())); break; } 此处new String会将byte[]解析成乱码,可修改自行解析成16进制的字符串
Sorry, something went wrong.
您好,ABICodecObjectUtil是Java SDK的,是不是入参的时候可以考虑编码成hex呢
No branches or pull requests
The text was updated successfully, but these errors were encountered: