Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 406 Bytes

compatibility.md

File metadata and controls

24 lines (18 loc) · 406 Bytes

Compatibility with protobuf

Compatible

  • Serialization of the primitives
  • Nested structures
  • Required values
  • Optional values
  • Remote procedure calls ("RPC")

Partially Compatible

  • Import statements (does not support language builtins like Any)

Not Implemented

  • Extensions
  • Options
  • Mapping types
  • Reserved fields