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 derive serde::Deserialize for a struct with members with lifetimes [duplicate]
May 08, 2020
rust
lifetime
serde
Can Serde deserialize JSON to one of a set of types depending on the value of a field?
Aug 31, 2022
rust
serde
How to get at one particular item in JSON file using serde_json without deriving structs?
May 14, 2022
rust
serde
How can I support an unknown or other value for a Serde enum?
Nov 12, 2022
rust
serde
How can I deserialize a type where all the fields are default values as a None instead?
Feb 12, 2022
json
rust
serde
serde-json
How to unit-test a deserialization function used in serde(deserialize_with)?
Oct 01, 2021
unit-testing
rust
serde
Optionally skip serializing a field with Serde?
Sep 11, 2022
rust
serde
Deserialize a JSON string or array of strings into a Vec
Apr 10, 2022
rust
serde
serde-json
Convert two types into a single type with Serde
May 03, 2019
json
rust
deserialization
serde
How do I deserialize into trait, not a concrete type?
Feb 19, 2021
serialization
rust
serde
cbor
How can I deserialize an enum when the case doesn't match?
Aug 20, 2022
rust
serde
serde-json
How can I use Serde with a JSON array with different objects for successes and errors?
Apr 20, 2022
json
rust
serde
How can I ignore extra tuple items when deserializing with Serde? ("trailing characters" error)
Mar 29, 2021
rust
serde
How to implement `serde::Serialize` for a boxed trait object?
Jun 29, 2021
rust
polymorphism
serde
Serialization of large struct to disk with Serde and Bincode is slow [duplicate]
Feb 28, 2022
performance
file
io
rust
serde
"invalid type: map, expected a sequence" when deserializing a nested JSON structure with Serde
Apr 22, 2021
json
serialization
rust
serde
serde-json
Why does serde_json::from_reader take ownership of the reader?
Jan 02, 2019
json
rust
serde
How do I resolve "implementation of serde::Deserialize is not general enough" with actix-web's Json type?
Mar 13, 2022
rust
serde
actix-web
How can we write a generic function for checking Serde serialization and deserialization?
Oct 19, 2022
serialization
rust
lifetime
serde
How to transform fields during serialization using Serde?
Sep 18, 2022
rust
serde
« Newer Entries
Older Entries »