Hi, group I am struggle by the situation that the protobuf A formulated contain a data type is string but the content of the data is serialize by other protobuf B.
This serialize procedure is finished by C++ application and convert to string then pass to C# application. Then first C# application convert to byte[] and deserialize by protobuf A is successful. But the problem is C# application get the data serialized by protobuf B convert to byte[] then do deserialize function always get the exception said invalid wire-type. (1) Is it might due to the string format issue for different code base? (2) protobuf B contain a column to save jpg data by byte[]. Is it might problem? Thanks. -- 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.
