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
如果序列化的对象包含java.lang.Object类型的话,该怎么使用呀。比如我要传入的是一个Map<String,Object>形式的数据,需要将他序列化。
The text was updated successfully, but these errors were encountered:
不支持这样的格式,目前支持的格式参考,https://github.com/zfoo-project/zfoo/blob/main/protocol/src/test/java/com/zfoo/protocol/packet/ComplexObject.java
Sorry, something went wrong.
支持的格式
好的,感谢。
No branches or pull requests
如果序列化的对象包含java.lang.Object类型的话,该怎么使用呀。比如我要传入的是一个Map<String,Object>形式的数据,需要将他序列化。
The text was updated successfully, but these errors were encountered: