-
Collector_v3 fails:
shared_v3/src/lib.rs panicked, trying deserialize server's Ack-response
```
`Result::unwrap()` on an `Err` value: Custom("invalid value: integer `16830980`, expected variant ind…
-
Deserializing `Instant` from the string of "millis.nanos", which is the default serialization method in Jacskon yields different result when doing so through the `ObjectMapper.readValue` method or fir…
-
### Is your feature request related to a problem? Please describe.
Currently Polymorphic Deserialization without type indicator can be done in different ways
**ID.DEDUCTION**
@JsonTy…
-
Customized _serialization_ is supported by the generic function write value, which allows me to specialize both on _value_ (the lisp type of value being written) and on _writer_ -- which allows me to…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar.
### Describe the bug
Starting with version 2.18, we get th…
-
### Describe the bug
Not able to consume values returned by a Lambda Authorizer; they are not there even if they are present in the input JSON
### Expected Behavior
Dictionary properly set with key…
-
As the title says, after the deserialization fails, the original event is converted to UnknownRemoteApplicationEvent, which causes me to be unable to consume normally, how can I solve the problem? Why…
-
Please add `[Ljava.lang.String;` class to the deserialization list
Array of strings serializes more compact
(count (nippy/fast-freeze (into-array String (repeat 1000 "hello")))) #_5071
(count (…
-
It seems that deserialization silently loads broken bom data, omitting components due to deduplication.
For reproduction, refer to the sample testdata output as produced in https://github.com/Cyclone…
wkoot updated
2 months ago
-
`example.json`
```json
{
"Name": "some name",
"Enums": [
"First",
{
"Second": "test"
}
]
}
```
`main.rs`
```rs
use config::{ext::*, *};
use serde::Deserializ…