Protocol Buffers - Google's data interchange format
-
Updated
Apr 23, 2022 - C++
Add a description, image, and links to the serialization topic page so that developers can more easily learn about it.
To associate your repository with the serialization topic, visit your repo's landing page and select "manage topics."
protobuf.js version: 6.8.8
For enumerations defined in proto3, the switch statement generated by pbjs triggers the eslint warning default-case since there is no default case. This should be added to the list of eslint-disable rules in the header comment of the generated source file.