-
Currently, you cannot stack Roslyn source generators to operate on generated code. As a workaround I opted into running my own generators in a separate project. That is, `[JsonSerializable(...)] clas…
-
I'm creating a GraphQL client that persists mutations when offline and runs them when the client comes back online.
I'd like to request that we make the GraphQLQuery class JsonSerializable so that …
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Create new abstract type adapter tha…
-
On composer update there is a warning:
```
Warning: Ambiguous class resolution, "JsonSerializable" was found in both "/home/project/vendor/nesbot/carbon/src/JsonSerializable.php" and "/home/projec…
-
Does it make sense for `LocalDate`, `LocalDateTime`, ... to implement the [JsonSerializable](php.net/manual/class.jsonserializable.php) PHP interface? That would ease the serialization of objects with…
-
```
What steps will reproduce the problem?
public class SimpleBean implements JsonSerializable{
private String name;
private SimpleBean intern;
public SimpleBean(){}
public St…
-
It would be nice if the result could be converted to JSON by having the classes implement [`JsonSerializable`](https://www.php.net/manual/en/jsonserializable.jsonserialize.php).
-
Using `json_serializable: ^6.7.1` on a model class which extends `Equatable` leads to unwanted fields being included in generated code.
Given:
```dart
@JsonSerializable(createFactory: false) //…
-
### Description
I spent the full day yesterday struggling to implement the .NET 9 HybridWebView. I wrote two bug reports based on that [here](https://github.com/dotnet/maui/issues/25782) and [here](h…
-
### Description
Before I was using JsonSerializableNormalizer, and to alter some of my scalar values I needed some extra ScalarNormalizer (removing line breaks and other stuff)
That worked so fa…