-
## Detailed description
I wonder that how to deserialize top-level sequences into an object. I found that something similar already exists in this library, but limited to CSV.
For example, I…
-
For example, consider a directory which can contain directories and files. We try to declare recursive enum and struct:
```rust
#[derive(Deserialize, Debug)]
#[serde(rename_all="lowercase")]
enum …
-
Hi, i could not find the reason on gh issues or in other places,
what is the current limitation that prevents an implementation that is able to Serialize/Deserialize rust non C-like enums?
is that …
-
The means that these type shapes offer to construct a map or a set do not offer a way to provide a collision resistant hash function (in the form of a custom `IEqualityComparer`. This is important whe…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/incubator-fury/issues) and found no similar issues.
### Version
0.5.1
### Component(s)
Java
### Minimal r…
-
Reproduce by using https://github.com/ChainSafe/filecoin-common-node-api/pull/57 and uncomment one of the `EthGetBalance` tests:
```
cargo run -q --bin cna-test-suite run src/test-suite/config.jso…
-
## The code with a problem is:
```zsh
deserialize_pathOpts_from_file() {
typeset -grA _pathOpts
_pathOpts=( "${(Q@)${(z@)"$(
-
I'm working on a [solver/number generator](https://github.com/csm123199/mpmp19challenge) for [OEIS A111441](https://oeis.org/A111441) and in the process, I'd like to be able to start/stop the program,…
-
I have to work with an API that responds with JSON:
- on Success
`{
"Data":T
}`
- on Error
`{
"error":{
"msg":String,
"id":Int
}
}`
so i have built the corresponding classes.
```kot…
-
When using the python interface, if we serialize and then deserialize a `RandomForest` object, we will get a `segfault` if we try to call the `apply_regression` method from the deserialized object. Se…