Is it possible to use protobuf for generating only the data structure in multiple languages, without the serialization utilities?
This is useful in scenarios that, multiple programming languages are used in different parts of the system. The serialization could be (usually) JSON or something else. And the data structures are POJO/POCO/POGO/etc. Point is, the protobuf IDL itself, seems to be a superb tool for implementing a consistent contract between different parts of the system. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/e3245293-5b60-4a4e-b9d6-baaa30751b40n%40googlegroups.com.
