Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serde

Is there a way to omit wrapper/root objects when deserializing objects with Serde?

rust serde

Deriving Serde's Serialize or Deserialize forces generic type to be serialisable although it does not need to be

rust serde

Serde's Serialize implementation not found for Rocket's UUID

rust serde rust-rocket

Failed to parse XML with an optional element with serde-xml-rs

xml rust serde

Serde returns a SyntaxError "expected value" when deserializing nested JSON structs

json rust spotify serde

Rust Diesel: the trait bound `NaiveDateTime: Deserialize<'_>` is not satisfied

Get name of enum variant as string with serde

rust serde serde-json

Is there a way to tell Serde to use a struct field as a map's key?

serialization rust yaml serde

Conditionally decoding JSON based on a field in the JSON

json rust serde

How can I merge two JSON objects with Rust?

How to avoid Serde needing the Default trait for a field that skips serialization?

rust serde

What is the equivalent of Java's transient in Serde?

serialization rust serde

Cannot get Diesel to infer a nullable Timestamp column in a SQLite table [duplicate]

rust serde

Deserializing an optional struct field with a generic type leads to semantic weirdness

rust serde

How can I use serde to serialize a struct to another Rust data structure?

rust serde

How can I accept multiple deserialization names for the same Serde field?

rust serde serde-json

How to deserialize into a enum variant based on a key name?

Why can Serde not derive Deserialize for a struct containing only a &Path?

rust serde

How to derive serde::Deserialize for a struct with members with lifetimes [duplicate]

rust lifetime serde