-
Updated
Dec 17, 2021 - C++
serialization
Here are 1,983 public repositories matching this topic...
-
Updated
Dec 16, 2021 - Java
-
Updated
Dec 17, 2021 - C++
-
Updated
Dec 17, 2021 - JavaScript
-
Updated
Nov 20, 2021 - Go
-
Updated
Dec 17, 2021 - Python
-
Updated
Dec 11, 2021 - HTML
-
Updated
Dec 8, 2021 - Java
-
Updated
Dec 17, 2021 - Swift
-
Updated
Dec 16, 2021 - C#
-
Updated
Dec 16, 2021 - Kotlin
-
Updated
Dec 17, 2021 - HTML
-
Updated
Dec 14, 2021 - Python
-
Updated
Aug 23, 2021 - Python
-
Updated
Dec 6, 2021 - Python
I have noticed that for some enums I have compilation fail (which is good, as I don't want to check if any code has some issues with wrong min/max specification for enum values one by one), but for others it is not complaining at all.
It seems that this happens only if there is a missing enum of value MAGIC_ENUM_RANGE_MAX+1
This is fairly representative example of the code that should fail
-
Updated
Nov 26, 2021 - C++
-
Updated
Dec 24, 2020 - PHP
-
Updated
Dec 18, 2021 - C
When I try to build project that depends on ron@0.7.0 for target wasm32-unknow-emscripten, I have lot of messages like this:
--> /home/caiiiycuk/.cargo/registry/src/github.com-1ecc6299db9ec823/ron-0.7.0/src/de/id.rs:74:5
|
74 | / fn deserialize_i128<V>(self, _: V) -> Result<V::Value>
75 | | where
76 | | V: Visitor<'b>,
77 | | {
78 | | unimplemented!("I
-
Updated
Apr 30, 2021 - Java
-
Updated
Nov 16, 2021 - Go
-
Updated
Sep 14, 2021 - Java
-
Updated
Dec 16, 2021 - Rust
-
Updated
Dec 9, 2021 - Java
-
Updated
Jun 26, 2021 - C++
Improve this page
Add a description, image, and links to the serialization topic page so that developers can more easily learn about it.
Add this topic to your repo
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.