-
### Using the structure defined in #1, defined `serialize_xense` and `deserialize_sense` methods
-
`KeyResultDeserializer` und `CheckInDeserializer` machen beide eine "custom" Konvertierung von JSON in Java DTOs (für verschiedene DTOs). Der Code sieht von der Struktur sehr ähnlich aus, aber nicht g…
-
I'm having some issues decompiling a bytecode file, if anyone could have a look into why this happens :-)
```
[11:08:43 DBG] Reading 22 strings from the string table
[11:08:43 DBG] Reading 4 func…
-
### Description of the bug
When discriminator used in api specification it seems common fields for inherited objects not filled in dart generator implementation.
It seems generated dart code does …
-
With `htmlToBlocks`, I have a few deserializer rules where I want to do something async e.g. upload or query something to make a reference.
I'd like for `deserialize` to potentially be async. I kno…
-
### Code
```rust
trait MyTrait {}
struct MyStruct;
impl MyTrait for MyStruct {}
trait DeserTrait DeserTrait(_deserializer: D) -> impl MyTrait + 'static {
MyStruct
}
fn test() -> impl Send {
…
-
if PUBG update there api like GameMode variant,
This library can't handling new GameMode because there is no enum value for that.
jackson library automatically fallback to default enum value that…
-
### Reproducible example
```rs
use std::collections::HashMap;
use serde::{Serialize, Deserialize, Serializer, Deserializer};
use flexbuffers::{self, FlexbufferSerializer, Reader};
#[derive(Debug, P…
-
First of all, thanks for creating this great extension 💙
Since there is not a Discussion board to ask questions, I create this as issue.
I have the following code:
```php
final readonly cl…
ruudk updated
2 months ago
-
test.lua:
```lua
hello = 'hello'
print(hello)
len = string.len(hello)
print(len)
the_num = 1 + 2
print(the_num)
float_num = 3.14
print(float_num)
mytable = {}
mytable.foo = "hello world…