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
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
How to use a custom serde deserializer for chrono timestamps?
Dec 15, 2025
rust
serde
rust-chrono
How to create xml from struct in rust?
Dec 11, 2025
rust
serde
How to pass options to Rust's serde that can be accessed in Deserialize::deserialize()?
Dec 11, 2025
generics
serialization
rust
serde
How can I mass implement Deserialize for all types that implement a specific trait?
Dec 06, 2025
rust
deserialization
traits
serde
How to handle potentially missing fields using serde_json and the Value enum?
Dec 08, 2025
rust
serde
How to handle errors when extracting data from untyped JSON in serde_json?
Dec 07, 2025
json
rust
serde
serde-json
How can I pattern match to get at the numbers that serde_json has parsed?
Dec 07, 2025
json
rust
serde
Implementing a generic length delimited hex deserializer in Serde
Dec 02, 2025
rust
hex
deserialization
serde
How to write a trait bound for a reference to an associated type on the trait itself?
Dec 02, 2025
generics
rust
constraints
traits
serde
Prevent a serialized struct in Rust from being deserialized into a different one
Nov 30, 2025
rust
deserialization
serde
What is the fastest correct way to detect that there are no duplicates in a JSON array?
Nov 29, 2025
json
algorithm
rust
serde
Is (de)serializing `usize` with Serde platform-dependent?
Nov 18, 2025
rust
serde
Deserializing an enum using a combination of #[serde(untagged)] and #[serde(with)]
Nov 17, 2025
serialization
rust
serde
Using serde_json to serialise maps with non-String keys
Nov 17, 2025
json
rust
serde
Older Entries »