Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serde

How do I use Serde to deserialize structs with references from a reader?

How to do Type-Length-Value (TLV) serialization with Serde?

rust serde

How do you make a Serde struct work with both borrowed and owned data?

rust serde serde-json

How do I implement Sized, Serialize/Deserialize functions on Any and Send Traits?

rust serde

How to "deserialize with" for a container using serde in Rust

Why DateTime<Tz> can not satisfy serde::Serialize?

rust chrono serde

Parsing JSON with multiple representation in the same attribute

json rust serde

How do I serialize chrono::DateTime fields as ISODate when using the Rust Mongo driver prototype?

mongodb rust bson serde

How do I write a Serde Visitor to convert an array of arrays of strings to a Vec<Vec<f64>>?

json serialization rust serde

How can I implement serde::Deserialize for arrays larger than 32? [duplicate]

arrays rust serde

Deserializing TOML into vector of enum with values

rust serde toml

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