Replies: 4 comments 1 reply
-
这些高级特性(包括any)都是需要额外代码的,并不是pb标准的组成部分。你可以自己通过 |
Beta Was this translation helpful? Give feedback.
0 replies
-
可否给一些更加详细的例子,关于使用 |
Beta Was this translation helpful? Give feedback.
0 replies
-
你可以看中文的官方文档(README.zh.md),如果还有问题可以在这里提问~ |
Beta Was this translation helpful? Give feedback.
1 reply
-
I sadly don't understand pb.hook(). Did someone find a solution or has an example? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
目前发现如果protobuf的定义里包含了wrapper,如下
import "google/protobuf/wrappers.proto";
如果数据结构定义中使用了wrapper字段,那么通过lua-protobuf去反序列化会出现wrapper字段为空缺失的情况。进行序列化的过程也是同样的,wrapper字段会丢失。
Beta Was this translation helpful? Give feedback.
All reactions