-
Updated
Dec 14, 2020 - C++
serialization
Here are 1,632 public repositories matching this topic...
-
Updated
Dec 9, 2020 - Java
-
Updated
Dec 14, 2020 - C++
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 8, 2020 - Go
-
Updated
Dec 11, 2020 - Python
-
Updated
Dec 14, 2020 - Java
-
Updated
Aug 26, 2020 - Swift
-
Updated
Dec 14, 2020 - C#
-
Updated
Dec 14, 2020 - TypeScript
-
Updated
Dec 14, 2020 - Kotlin
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Nov 27, 2020 - Python
-
Updated
Dec 1, 2020 - Python
-
Updated
Jul 7, 2020 - PHP
-
Updated
Oct 1, 2020 - C++
-
Updated
Dec 7, 2020 - Rust
-
Updated
Dec 7, 2020 - Java
-
Updated
Dec 4, 2020 - C++
-
Updated
Nov 26, 2020 - Rust
-
Updated
Dec 13, 2020 - C
How to specify whether to emit optional struct name during serialization?
I see no option for that here
https://docs.rs/ron/0.5.1/ron/ser/struct.PrettyConfig.html
but I think there should be one..
-
Updated
Sep 2, 2020 - Java
-
Updated
Oct 28, 2020 - Java
-
Updated
Nov 30, 2020 - Go
-
Updated
Dec 9, 2018 - Python
-
Updated
Nov 19, 2020 - Go
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.