Skip to content

mike-barber/poc-proto-any-oneof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protobuf: testing multiple message types in a wrapper (C#)

Examples covering three options:

  • oneof, including a quick backwards compatibility check
  • google.protobuf.Any, using Any.Pack and doing it manually
  • Custom wrapper that works like Any

Pretty simple. Uses Grpc.Tools for compiling the protos.

About

Protobuf: testing multiple message types in a wrapper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages