I have a map from a third party library in go that I need to send across 
the network using protocol buffers.

The map has the following type: map[string]interface{}, where interface{} 
means that the value can be of any type.

Is there any equivalent type for interface{} in protobuf3? What is the best 
way to serialize the map[string]interface{} type?

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to protobuf@googlegroups.com.
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to