Skip to content
New issue

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

对 optional required 的支持问题 #14

Open
kanrin opened this issue Jul 31, 2019 · 0 comments
Open

对 optional required 的支持问题 #14

kanrin opened this issue Jul 31, 2019 · 0 comments

Comments

@kanrin
Copy link

kanrin commented Jul 31, 2019

struct StructA {
  1: required string s;
}

struct StructB {
  1: optional StructA aa;
  2: required StructA ab;
}

这种的结构体解析是如何支持的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant