Serialize default values in proto 3 in c language
In proto3, we can ensure variables are serialized even if they have default values by using the optional keyword. I want to achieve the same in C, but protobuf-c does not support the optional keyword. Could you help me with what I can do in this situation? I want to serialize a variable with a default value and send the counterpoint.