-
java.lang.NullPointerException
at com.alibaba.fastjson.parser.deserializer.JavaBeanDeserializer.createInstance(JavaBeanDeserializer.java:111)
at com.alibaba.fastjson.parser.deserializer.JavaBeanDe…
-
The code defined [here](https://github.com/rusoto/rusoto/blob/master/service_crategen/src/commands/generate/codegen/xml_payload_parser.rs#L426) does not skip inner XML elements after matching an eleme…
-
We need to have a deserializer as well.
-
### Describe your motivation
I'd like to be able to use `java.time.Year` in browser callable services, and possibly other time types as well. Many business applications work with time in various ways…
-
if you check the backtrace below you'll see that the code crashes on the `__ptr` dereference in __non_unique_impl:: __hash because it's dereferencing a junk address.
apparently __non_unique_impl is…
-
We should consider using [bstr](https://docs.rs/bstr/latest/bstr/) for strings in the deserializer once it reaches 1.0.
-
Hi,
I want to ifcplugin to get model's geometry information,but gemetryInfo is a null value,like this:
`Ifc2x3tc1StepDeserializer deserializer = new Ifc2x3tc1StepDeserializer();
…
-
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=6c3e85d001da3f5292b22d9a61b4710c
Code:
```
use serde::de::{Error, SeqAccess, Visitor};
use serde::{Deserialize, Deserial…
-
Some remoting technologies use `BinaryFormatter` to serialize `Exception` instances across security boundaries, which puts them out of SDL compliance and potentially exposes consumers to security vuln…
-
In our api we user the ```type``` property to define types of resources. But when I deserialize the data from the back-end, the ```type``` property gets lost from the data. Is this natural behaviour/b…