Example use Cases of Protobuf and Null Value Serialization
These examples are referenced in my Medium article.
Each example consists of:
- API: The protobuf definition
- Client Impl: Client code that exercises the API
- Server Imple: Server Code that implements the service
Using the one of pattern to assign a value to null
Uses the FieldMask pattern to send and receive a subset of fields
Uses the has methods to send a subset of fields