-
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…
-
**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…
-
**What is the bug?**
While debugging latency contributors in an OpenSearch 2.13 cluster using JDK serialization, we noticed [SafeSerializationUtils.isSafeClass](https://github.com/opensearch-project/…
-
`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::…
-
config-rs should be able to support key-value configuration data of the following types:
* Bool
* Integer
* Float
* String
* List of "value"
* Key-Value Mapping of "String" to "Value"
Somet…
-
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…
-
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…
-