Hi, group

     In the function, I use a protobuf A serialized but there is a column 
stored : data type is string, the content of data is protobuf B serialized 
result.

The problem is after I deserialize  protobuf A message is fine, but I could 
not deserialize the column protobuf B after convert string to byte[]. The 
exception is Invalid wire-type.

so the question I want to ask is 

First, the serialize process is code C++ then store in ZooKeeper, C# 
application get the message to deserialize. In two code-base to transfer 
might be the reason for the problem? (such like string format)

Second, the protobuf B contain the jpg data. Is that a reason for the 
problem?

Thank you guys.

-- 
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.

Reply via email to