-
### Description
When defining objects to take through a query string, they are not being deserialized in my app code. The function parameter is being passed an empty dict, but `request.form` defin…
-
It seems like I got a similar issue to #12 which i try to wrap my head around.
My custom service looks as followed
a topic type called Stream with the following content
```
uint8 type
string n…
-
| | |
|:---|:---|
|**_Affected Component_**| TlmPacketizer, TlmChan, Autocoder |
---
## Rationale
In order to allow the advanced sequencing language to perform complex conditions based on the s…
-
### Suggestion
Change the required `#deserialize(Class, Fields)` to `#deserialize(Fields)`
### Why?
After my search through skript's `BukkitClasses`, `JavaClasses` and `SkriptClasses` we always `as…
-
On a client-server type application where the server can attach to a multitude of sources of image data, a `DynamicImage` is the ideal structure to encapsulate the image data. However, since `DynamicI…
-
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…
-
**Is your feature request related to a problem? Please describe.**
https://github.com/FasterXML/jackson-databind/pull/3034 provides a test case with a class that has multiple constructors.
Some of t…
-
Discovered this yesterday. Wrote an impl method like so:
For a lot of simple structs, we can deserialize from an R list object directly into that struct. This is very handy if we want to be able to…
-
### 问题描述
If a bean contains a boolean field, it can't be deserialized with false value in GraalVM native image.
### 环境信息
- OS信息: macOS 14.7 (23H124)
- JDK信息: Java(TM) SE Runtime Environment…
-
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…