-
Moved from https://github.com/eldesh/dockworker/issues/84#issuecomment-611449910 (@emk)
> Thank you for maintaining `dockworker`!
>
> I'm currently trying to replace `boondock` with `dockworker` …
-
There are cases when deserialization is getting complex. For example, if the value of one property decides about how to proceed with other attributes, as it could happen with polymorphic hierarchies:
…
mkarg updated
5 years ago
-
```
I found an issue with deserialization. When I try to deserialize json which
doesn't contain all object's fields or contains null I got Marshalling Error.
Please check the source code in attached …
-
```
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…
-
```
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…
-
```
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…
-
**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…
-
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…
-
`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…