-
**GWT version: 2.8.2**
**Browser (with version): Chrome 63.0.3239.132**
**Operating System: Windows 10**
---
##### Description
Class ServerSerializationStreamReader skips value of arr…
-
Have you considered providing an option something like the below that allows strongly typed config?
```typescript
import {config} from "https://deno.land/x/dotenv/mod.ts";
const appConfig = con…
-
I'm attempting to deserialize JSON into a simple Java record where one of the members, a simple POJO, is annotated as `@JsonUnwrapped`.
```
public record TestRecord(String name, @JsonUnwrapped Add…
-
See `federation.ts:1607` and `federation.ts:1644`.
-
As outlined in https://github.com/tinygo-org/tinygo/issues/447, TinyGo should support common serialization formats. While most people may think of JSON, I personally want TinyGo to support [protocol b…
-
### Version
0.6.0
### Describe what's wrong
When parsing metadata from a Doris database, fields with the data type array are incorrectly parsed as varchar() instead of retaining the array str…
-
I try openapi example on how to use auth-api key [auth api openapi example](https://github.com/poem-web/poem/blob/master/examples/openapi/auth-apikey/src/main.rs).
```rust
use poem::{listener::TcpLi…
-
`binary`, `cereal` and `store` all deserialize `Set`s, `IntSet`s, `Map`s and `IntMap`s via `fromDistinctAscList deserializeList` or even `fromList deserializeList` and I've been wondering if that's …
-
-
_From @ajjahn on December 9, 2015 16:18_
Since I've been harping on this subject and recently some related issues (#94, #95) have been opened, it seems like a good time to get a discussion regarding …