[protobuf] Too many protobufs

2017-06-21 Thread Martin Kosicky
Hi I have a problem. We have a dedicated .dll to export all protobuf messages so the project is not confusing and other projects are just importing them. Problem started when I got the LIBTOOMANYMEMBERS:: library limit of number objects exceeded *The limit of 65535 objects or members in a

[protobuf] Override setters based on options

2018-04-18 Thread Martin Kosicky
Hi, is there a native way how to make compiler generate a different setter/getter in case we have certain options? Some data we would like to "obfuscate". Sometimes we store serialized protobufs in database and we don't want to be plain text (some sensitive data), but it's not that sensitive

[protobuf] Re: Override setters based on options

2018-04-18 Thread Martin Kosicky
Martin Kosicky napĂ­sal(-a): > > Hi, is there a native way how to make compiler generate a different > setter/getter in case we have certain options? Some data we would like to > "obfuscate". Sometimes we store serialized protobufs in database and we > don't want to be p