Protocol Buffers - Google's data interchange format
-
Updated
Aug 6, 2022 - C++
There is an extra " when calling MessagePackSerializer.ConvertToJson
for extension code of 100 (typeless)
In MessagePackSerializer.Json.cs at line 435
writer.Write("{\"$type\":\"" + typeNameTokenBuilder.ToStrin
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.