Skip to content

Example Use Cases of Protobuf and Null Value Serialization

License

Notifications You must be signed in to change notification settings

jgeraigery/protobuf_null

 
 

Repository files navigation

Protobuf Null Examples

Java CI

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

Example One

Using the one of pattern to assign a value to null

Example Field Mask

Uses the FieldMask pattern to send and receive a subset of fields

Example Has

Uses the has methods to send a subset of fields

About

Example Use Cases of Protobuf and Null Value Serialization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%