starwing / lua-protobuf

A Lua module to work with Google protobuf
MIT License
1.75k stars 387 forks source link

set pb options for a specific decode explicitly #150

Closed Asafb26 closed 2 years ago

Asafb26 commented 3 years ago

Hello. I'm currently using enum_as_key option globally in my service. I have a case in which enum_as_value is needed, but only for this specific case, is it feasible to change this option only for this decoding action?

starwing commented 3 years ago

you could use the latest pb.hook feature for the conversation.