Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in serde
How can I implement serde for a type that I don't own and have it support compound /wrapper/collection types
Feb 25, 2026
rust
traits
serde
Is there a way to "flatten" enums for (de)serialization in Rust?
Feb 24, 2026
enums
rust
serde
Is it possible to define a field with the same name as a keyword?
Feb 21, 2026
rust
serde
Rust serde deserialize dynamic trait
Feb 08, 2026
rust
serde
trait-objects
How do I parse a JSON body in Rocket when the content type is not "application/json"?
Feb 07, 2026
json
rust
serde
rust-rocket
Sending "application/x-www-form-urlencoded" data in place of JSON over network
Feb 05, 2026
rust
serde
It is possible to discard items that fail to parse and continue parsing with serde_json? [duplicate]
Jan 31, 2026
error-handling
rust
deserialization
serde
Using Box to optimise memory allocation of optional, known length arrays
Jan 30, 2026
rust
serde
How to skip serde serialization with skip_serializing_if for a boolean field
Jan 28, 2026
rust
serde
How to use serde on stable release of Rust
Jan 24, 2026
rust
serde
How do I serialize and deserialize a remote crate's enum as a number?
Jan 20, 2026
rust
serde
Use of Serde's #[serde(transparent)]
Jan 03, 2026
json
rust
serde
How to ensure at compile time that a type will serialize into a JSON array?
Dec 30, 2025
rust
serde
How to write a custom rename_all property for serde?
Dec 24, 2025
rust
serde
Deserialize "catch all" variant in a tagged enum
Dec 24, 2025
rust
enums
serde
Deserialize value that may be an array of strings or a constant string?
Dec 19, 2025
rust
enums
deserialization
serde
Older Entries »