Hello, I want to created a protobuf based infra for inter-service communication. It means that this infra should be able to pass any type of Java object. So we'll have a Java wrapper class with all meta-data about the passed object that is agreed between all clients of the infra, and this class will contain a generic type, say T, which represents the object itself.
I experimented a bit and found out that it is not possible to define generic types in Protocol Buffers. Is there any solution to this? Thanks. -- 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 http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
