-
```
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…
-
### 🤷 Motivation
We have types like JS `Date` or an internal `LocalDate` (only calendar dates, no times) that we want to encode/decode to JSON (or a string, like in a query string).
Libraries li…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
HotChocolate is unable to deserialize a `ListType` field the way it deserializes a simp…
-
During a code profiling session, I found that 36% of the running time is spent on this line:
https://github.com/valdisiljuconoks/LocalizationProvider/blob/4c0d66e652f2e75affbfe88ce30e356bbe2e9f7d/com…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
When I run latest version I get the error:
![image](https://github.com/user-attachments/ass…
-
**What is your use-case and why do you need this feature?**
Right now there is no way to serialize kotlin delegates and even if there is , its not easy !
I use Jetpack Compose , If I use type like M…
-
`serde_json_core` needs to refuse deserializing a borrowed string with escape sequences.
`serde_json_core::from_slice::(br#""\n""#)` incorrectly gives `Ok(("\\n", 4))`.
`serde_json::from_slice::…