You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Protocol Buffers
Hi,
I am currently using protocol buffers internally within an application which are exposed over a REST interface in a JSON format. To do this I am using the protobuf to JSON mapping.
There are some fields I would like to exclude from the mapping and not expose in the JSON. Is there a generic way to do this?