-
```
I found an issue with deserialization. When I try to deserialize json which
doesn't contain all object's fields or contains null I got Marshalling Error.
Please check the source code in attached …
-
```
Please include an e-mail address if this might need a dialogue!
==============
What steps will reproduce the problem?
1. initialize two communicating TCP clients: A and B
2. write a truncated m…
-
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…
-
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…
-
**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…
-
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…
-
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…