Hi, what best way how to handle other type of object. In my case are: - Map<String, Serializable>, - Serializable, - Date.
Right now, i serialize any of these object to byteArray and on other side i deserialize it. I would like to use some other way, if exist. I read some topic about Map and there was: "Normally people represent maps in protocol buffers by using repeated key/value pairs." - What is best way for these objects? - How to build maps represented by repeated key/value? Thank you, rg Roman -- 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/groups/opt_out.
