-
### Symfony version(s) affected
7.1
### Description
I can serialize/deserialize associative arrays that are contained within object with no problem, by specifying an attribute with an appropr…
-
Struct without flatten field serialized as struct:
```rust
use serde::{Deserialize, Serialize};
use serde_json::json;
#[derive(Debug, Deserialize, Serialize)]
struct Event {
sender: Stri…
-
**Describe the bug**
When using the `authentik-client` Python library to interact with the Authentik API, we encounter validation errors due to the API returning `null` values for certain fields th…
-
This would be needed for e.g. Rust-GPU to store SPIR-T on disk from compiling library crates, without relying on SPIR-V.
Additionally, any features that SPIR-V may be lossy with, will need serializ…
-
It seems that there is no `impl Responder for Vec` nor `impl FromRequest for Vec` in actix feature, but I did find `Vec` support in reqwest feature.
Did I miss any thing?
Here's the code:
```rus…
-
When trying to deserialize a bean property which can be a String or an Object, there is no way to deserialize the object version.
**Version**
Yasson 3.0.3
**To Reproduce**
```
import jaka…
-
**Description:**
This is a followup issue on https://github.com/spring-projects/spring-hateoas/issues/2210.
**Release versions:**
2.11.x
**Custom apps:**
N/A
**Steps to reproduce:**
* Bui…
-
Hello!
I was curious whether it's a bug, a design choice, or my incorrect usage of the framework and would definitely appreciate any help and guidance on this one!
I'm using chrono to support de…
-
-
Would it be possible to deserialize the return object compared to the http status.
Example of signature of one of my methods
```
[HttpPost]
[ProducesResponseType(StatusCodes.Status200OK, Type = …