-
Updated
Oct 16, 2020 - C++
serialization
Here are 1,578 public repositories matching this topic...
-
Updated
Oct 14, 2020 - Java
-
Updated
Oct 15, 2020 - C++
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Oct 13, 2020 - Go
-
Updated
Oct 12, 2020 - Python
-
Updated
Aug 28, 2020 - Java
-
Updated
Aug 26, 2020 - Swift
-
Updated
Oct 9, 2020 - C#
-
Updated
Oct 12, 2020 - TypeScript
-
Updated
Oct 13, 2020 - Kotlin
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 1, 2020 - Python
-
Updated
Jul 7, 2020 - PHP
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 16, 2020 - Java
-
Updated
Oct 13, 2020 - Rust
-
Updated
Oct 14, 2020 - C++
-
Updated
Sep 2, 2020 - Java
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 13, 2020 - Go
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
Dec 9, 2018 - Python
-
Updated
Jul 3, 2020 - Go
-
Updated
Mar 28, 2020
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.