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 to serialize Option<Vec<DateTime>> field to bson?
Sep 23, 2025
rust
serde
Is there any way to remove None fields in a struct serialized with serde?
Sep 19, 2025
rust
serde
How do I transform special values into Option::None when using Serde to deserialize?
Sep 16, 2025
rust
serde
serde_json::from_str error where string from file
Sep 17, 2025
json
parsing
generics
rust
serde
Further process a field using serde_json
Sep 16, 2025
rust
serde
Deserialize to struct with an enum member
Sep 16, 2025
json
rust
deserialization
serde
How to avoid double '\' escape when using serde_json in Rust?
Sep 15, 2025
json
rust
escaping
serde
Adding a default String value to a deserialized serde struct fails with trait Deserialize<'_> not implemented
Sep 14, 2025
rust
serde
How can I deserialize JSON that contains a string with more JSON?
Sep 14, 2025
json
rust
serde
Capture original payload through serde
Sep 08, 2025
rust
serde
serde-json
How can I deserialize a comma-separated JSON string as a vector of separate strings? [duplicate]
Sep 08, 2025
json
rust
serde
Skip struct field when serializing
Mar 10, 2023
rust
serde
How do I store a result using Serde Zero-copy deserialization of a Futures-enabled Hyper Chunk?
Mar 10, 2023
rust
zero-copy
serde
Parsing an object inside an object with serde_json
Mar 11, 2023
json
rust
serde
hyper
serde-json
Stop Rust from enforcing the serde::Deserialize trait on an error type
Mar 06, 2023
rust
serde
How to (de)serialize a strongly typed JSON dictionary in Serde?
Jan 04, 2023
json
rust
serde
Using `serde::Serialize` with `Option<chrono::DateTime>`
Jan 01, 2023
datetime
rust
serde
Serde internally tagged enum with common fields
Dec 20, 2022
rust
variant
serde
Is there a way to define a tag field with Serde?
Sep 02, 2025
rust
serde
Why do I get the error "missing field" when deserializing XML with serde-xml-rs, even though the element is present?
Sep 02, 2025
xml
rust
serde
Older Entries »