-
```
What steps will reproduce the problem?
1. Create an object "Person" that implements JsonSerializable and contains
another JsonSerializable object "Child", but this one is null.
2. Call GWT.create…
-
**Is your feature request related to a problem? Please describe.**
PATCH REST requests, for example, are hard to do.
Photo's `null` is meaningful. If we send `photo == null`, then the photo should…
-
When my custom serialiazer context class has zero JsonSerializable attributes, I get an error message which does not help me understand what the problem is.
I simply get the dreaded:
```
CS0534 '…
-
Currently the DI container needs to be able to be updated without any intervention.
Right now someone needs to be able to add more dependences that are injected.
If a model in `simple_models` is u…
-
I successfully achieved dynamic parsing with the help of another parameter in the same JSON. Like this:
```dart
@JsonSerializable()
class MySpecialModel {
...
final DataType type;
@JsonKey(fr…
-
This works fine for PHP 8.2 but only return one below error.
Return type of Rollbar\Payload\Notifier::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or t…
-
I am using databricks with the latest version of azure cosmos sdk but seems to have this issue when i am trying to push into adls one of my collection from cosmosdb. Using changefeed method.
Foll…
-
I want to make code much shorter without use JsonConverter. While factory fromJson cannot return null I need to use static fromJson instead. But, g.dart file didn't provide what i want.
**Example w…
-
I am trying to implement Clean Architecture by keeping Entities separate from Models but I cannot assign JsonKeys to the attributes derived from parent, below is an example of what I would like to ach…
-
### Background and motivation
I've been looking at enabling trimming for some of our projects now we've migrated to .NET 6, and have found the current design for configuring the supported types on a …