-
Updated
Nov 28, 2020 - C++
serialization
Here are 1,612 public repositories matching this topic...
-
Updated
Nov 30, 2020 - Java
-
Updated
Nov 30, 2020 - C++
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Nov 18, 2020 - Go
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 20, 2020 - Java
-
Updated
Aug 26, 2020 - Swift
-
Updated
Nov 25, 2020 - C#
-
Updated
Nov 30, 2020 - TypeScript
-
Updated
Nov 25, 2020 - Kotlin
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 27, 2020 - Python
-
Updated
Nov 25, 2020 - Python
-
Updated
Jul 7, 2020 - PHP
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 28, 2020 - Java
-
Updated
Nov 25, 2020 - Rust
-
Updated
Nov 26, 2020 - Rust
-
Updated
Nov 29, 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
Nov 29, 2020 - C
-
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.