Hey guys, kinda new to probuf here. 

Encountered problem where my serealized data is sent like this :
1: "Hello"
2: "World"


instead of proper: 

2 {
  1 {
    1: "Hello"
  }
  2: "World"
}


i guess i'm 100% missing something...

-- 
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/0b225b22-dff6-4e40-8de7-69085f014054o%40googlegroups.com.

Reply via email to