You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In protobuf 3 I can't get the fields in the message which are not empty. ListFields method doesn't work like it is described in the documentation. This problem appears when value in field equals default value. So, for example, I can't get boolean field through ListFields method if the value of field is False or integer field is 0 and so on. In protobuf 2 ListFields method works correct. Following example illustrates problem: