-
Hey, **fabmax**, it's been a while, i hope you are doing well!
I have been enjoying this project of yours so much. it's been almost a year and i see you have been up to it since then, thank you for…
-
-
**Version Used**:
I am using Visual Studio 2022 v17.10.3 with .NET 8.
I have found an issue with XML deserialization of a type that took me a few days to figure out. This is the error I was getti…
-
vulnerability location: `ca.odell.glazedlists.impl.io.BeanXMLByteCoder`
`BeanXMLByteCoder` class provides `decode()` method to decode the Object from a InputStream.
When the `decode()` method is…
-
```
XML converter not implemented for serialising/deserialising XML data
```
Original issue reported on code.google.com by `seanlinmt` on 23 Nov 2008 at 2:17
-
This is a reproduction of #198. It was mentioned opening a new issue is preferred.
The issue is, that `@JacksonXmlText` seems to work as intended for serialization, but not for deserialization.
…
-
Dear all,
I'm testing Cereal to decide whether to adopt it in my project and I found a strange behaviour, which I'm not sure is expected.
I'm serializing n objects, as simple as an int into a file…
-
```
XML converter not implemented for serialising/deserialising XML data
```
Original issue reported on code.google.com by `seanlinmt` on 23 Nov 2008 at 2:17
-
> This crate does not currently support deserializing JUnit XML. (PRs are welcome!)
While nextest-rs/nextest#20 is still a work in progress, the JUnit XML format _is usable_ or machine processing. …
-
`@JsonUnwrapped` does not unwrap items inside a list. Below is a minimal example of what I'm trying to achieve.
I'm trying to model the following simple XSD scheme in Java.
``` xml
…