Using Protobuf-net, I suddenly got an exception about an unknown wire-type
问题 (this is a re-post of a question that I saw in my RSS, but which was deleted by the OP. I've re-added it because I've seen this question asked several times in different places; wiki for "good form") Suddenly, I receive a ProtoException when deserializing and the message is: unknown wire-type 6 What is a wire-type? What are the different wire-type values and their description? I suspect a field is causing the problem, how to debug this? 回答1: First thing to check: IS THE INPUT DATA PROTOBUF