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 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
Is it possible to flatten sub-object fields while parsing with serde_json?
Mar 13, 2022
json
rust
serde
How can deserialization of polymorphic trait objects be added in Rust if at all?
Sep 15, 2022
serialization
rust
serde
How to deserialize a JSON file which contains null values using Serde?
Oct 15, 2022
json
rust
serde
How do I use Serde to (de)serialize arrays greater than 32 elements, such as [u8; 128]?
Nov 21, 2022
arrays
serialization
rust
deserialization
serde
How can I distinguish between a deserialized field that is missing and one that is null?
Mar 30, 2022
rust
serde
How to pass an array of objects to WebAssembly and convert it to a vector of structs with wasm-bindgen?
Nov 07, 2022
rust
webassembly
serde
wasm-bindgen
How to transform fields during deserialization using Serde?
Aug 09, 2021
rust
hex
serde
Why is a trait not implemented for a type that clearly has it implemented?
Nov 03, 2022
rust
serde
How can I deserialize JSON with a top-level array using Serde?
Sep 04, 2022
json
rust
deserialization
serde
How can I deserialize an optional field with custom functions using Serde?
Oct 02, 2020
json
serialization
rust
serde
« Newer Entries
Older Entries »