In my .proto file I want to model this kind of behavior. I came up with :
message MyClientsData {BaseClientData is the common data across all clients.
This works for simple use case when number of clients are very limited, but becomes hard to read if it grows. Is there some good practice on how to handle this kind of situation when there are unique data across different deserialization request?
--
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 protobuf+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/1e6bc232-3271-4752-b48e-46cef09ae14en%40googlegroups.com.