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
After serializing by ProtoBuf it seems that incrementality value (which is equal to 0) in FeedHeader class is not serialized, because when testing feed with https://github.com/CUTR-at-USF/gtfs-realtime-validator that validator shows me error "header incrementality not populated" and when I check (in that validator) protobuf file contents:
How to solve it? Can I control somehow which values should always be serialized even if they are null / zero / empty? I am using classess provided by Google:
The text was updated successfully, but these errors were encountered:
I will show it basing on FeedHeader serialization:
After serializing by ProtoBuf it seems that incrementality value (which is equal to 0) in FeedHeader class is not serialized, because when testing feed with https://github.com/CUTR-at-USF/gtfs-realtime-validator that validator shows me error "header incrementality not populated" and when I check (in that validator) protobuf file contents:
Same problem is i.e. with:
Check also attached file.
How to solve it? Can I control somehow which values should always be serialized even if they are null / zero / empty? I am using classess provided by Google:
The text was updated successfully, but these errors were encountered: