Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serde

Serialize a json string as object with Serde

json rust serialization serde

How to use "flatten" like thing in custom Serialize and Deserialize

rust serde

Custom serde serialization for enum type

rust serde

How to serialize Option<Vec<DateTime>> field to bson?

rust serde

Is there any way to remove None fields in a struct serialized with serde?

rust serde

How do I transform special values into Option::None when using Serde to deserialize?

rust serde

serde_json::from_str error where string from file

json parsing generics rust serde

Further process a field using serde_json

rust serde

Deserialize to struct with an enum member

How to avoid double '\' escape when using serde_json in Rust?

json rust escaping serde

Adding a default String value to a deserialized serde struct fails with trait Deserialize<'_> not implemented

rust serde

How can I deserialize JSON that contains a string with more JSON?

json rust serde

Capture original payload through serde

rust serde serde-json

How can I deserialize a comma-separated JSON string as a vector of separate strings? [duplicate]

json rust 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

Is there a way to define a tag field with Serde?

rust serde

Why do I get the error "missing field" when deserializing XML with serde-xml-rs, even though the element is present?

xml rust serde