Hello, I would very much like to know if this is possible with the Python API?
- https://developers.google.com/protocol-buffers/docs/reference/python/ In other words, if I have a .proto schema file, do I have to use *protoc* to compile a python module in order to decode the protobuf message? Any help would be appreciated, Mike. On Monday, August 11, 2014 at 9:31:23 PM UTC-7, Jan Kyjovský wrote: > > Hi, > > I have very specific problem. I have data and proto file available and my > application should take both and based on external configuration determine > how to interpret data (many different types/messages in proto). Yet that > can be determine only during run. My question is if there is any support > for that, I mean that I will be able to parse proto and decode data based > on content of interpret intermediate structures. > > I have been trying to analyze this possibility directly from codes but not > with much success. I would be glad for any guidance. > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
