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
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
How to get renamed enum name from enum value?
Nov 04, 2025
rust
serde
expected associated type, found type parameter
Nov 03, 2025
rust
traits
serde
associated-types
Deserialize from tokio socket
Nov 03, 2025
asynchronous
rust
serde
rust-tokio
How do I serialize and deserialize a graph using Serde with Petgraph?
Nov 02, 2025
graph
rust
serde
petgraph
Rust serde deserializing a mixed array
Oct 31, 2025
rust
serde
Serde Deserialize into one of multiple structs?
Oct 30, 2025
json
rust
serde
Tokio & serde: deserializing JSON
Oct 27, 2025
json
rust
async-await
serde
rust-tokio
Why serde_json rust so slow when deserializing in Untagged Enums
Oct 28, 2025
rust
serde
How to implement a custom serialization only for serde_json?
Oct 26, 2025
json
rust
serde
How to return an error from `deserialize`?
Oct 26, 2025
rust
deserialization
serde
serde_json flattening object with indices as keys
Oct 27, 2025
rust
serde
serde-json
Older Entries »