Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serde

Skip struct field when serializing

rust serde

How do I store a result using Serde Zero-copy deserialization of a Futures-enabled Hyper Chunk?

rust zero-copy serde

Parsing an object inside an object with serde_json

json rust serde hyper serde-json

Stop Rust from enforcing the serde::Deserialize trait on an error type

rust serde

How to (de)serialize a strongly typed JSON dictionary in Serde?

json rust serde

Using `serde::Serialize` with `Option<chrono::DateTime>`

datetime rust serde

Serde internally tagged enum with common fields

rust variant serde

Deserialize JSON list of hex strings as bytes

rust serde

How do I map a C struct with padding over 32 bytes using serde and bincode?

rust serde

Rust and serde deserializing using generics

generics rust traits serde

How to partially deserialise a JSON object?

rust serde serde-json

How can I disable the "unused attribute" warning when using Serde library?

Deserializing newline-delimited JSON from a socket using Serde

rust deserialization serde

What is the idiomatic way to encode an iterator with serde_json?

json rust encode serde

Handling mixed object arrays in Serde

json serialization rust serde

Using serde for two (de)serialization formats

rust serde

How can I deserialize a bincode field without a given length

rust deserialization serde

How do I deserialize the byte stream from a reqwest response into JSON?

Lifetime error when creating a function that returns a value implementing serde::Deserialize

rust lifetime serde serde-json

Is there a way to deserialize arbitrary JSON using Serde without creating fine-grained objects?

json rust serde