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
你好,我想请问一下yacl库中的序列化和反序列化函数是否可以支持参与方之间复合数据类型,比如结构体(map类型)的数据传输,还是需要自定义新的序列化与反序列化函数呢,谢谢!
The text was updated successfully, but these errors were encountered:
如果是标准的 STL 容器,都是支持的,不需要额外写 adapter。 关于函数的用法,可以查阅注释
Sorry, something went wrong.
No branches or pull requests
你好,我想请问一下yacl库中的序列化和反序列化函数是否可以支持参与方之间复合数据类型,比如结构体(map类型)的数据传输,还是需要自定义新的序列化与反序列化函数呢,谢谢!
The text was updated successfully, but these errors were encountered: