-
Hi there, was wondering if there are plans to support serialization & deserialization for this (and also your scalable bloom filter lib).
Thanks!
-
Hello,
I am facing the deserialization of an Edifact document into a POCO object:
The edifact messages I have to deserialize include some boolean values defined in a format that cannot directly …
-
## Steps to Reproduce
1. Create a new Solution with a .Net or .Net Core Project and a Xamarin Forms project (Android)
2. Download XSD File from https://www.vdv.de/trias-xsd-v1.2.zipx?forced=true a…
-
### 问题描述
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…
-
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…
-
### Suggestion
Change the required `#deserialize(Class, Fields)` to `#deserialize(Fields)`
### Why?
After my search through skript's `BukkitClasses`, `JavaClasses` and `SkriptClasses` we always `as…
-
**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…
-
I'd like to use Askama as follows:
```rs
#[derive(Template)]
#[derive(Serialize, Deserialize)]
pub enum QuestionData {
#[template(path = "./templates/question/editor/multiple-text.html")]
Mu…
-
Ran into an issue with x86 where heavily nested data was causing a segmentation fault on depythonize.
Issue came from using sqloxide to get ast for queries, narrowed it down to be happening in dep…
-
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…