Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encode_data should skip serializing when default value is present #15

Open
Downchuck opened this issue Sep 26, 2015 · 0 comments
Open

Comments

@Downchuck
Copy link

encode_data should check if a field is optional, and if it is, if the value is set to the default as described by the schema. If these conditions hold, the field does not need to be serialized, as the schema already defines its value on decoding.

https://developers.google.com/protocol-buffers/docs/proto?hl=en#optional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant