Pavol Ostertag
Pavol Ostertag
Let's have message: ``` message Test { uint32 int = 1 repeated uint32 ints = 2; repeated google.protobuf.UInt32Value wrapped_int = 3; repeated google.protobuf.UInt32Value wrapped_ints = 4; } ``` filled with...
I am trying to hook `bytes` type to encode it into base64. While I can hook other types, hooking native types gives me `unknown type` error. I tried to recursively...
### Summary Transcoding between GRPC and JSON [requires some types to be handled exceptionally](https://developers.google.com/protocol-buffers/docs/proto3#json). Hooks provided by [lua-protobuf](https://github.com/starwing/lua-protobuf) are insufficient as they: 1. cannot hook native types (required for `bytes`)...