It would be nice to be able to disable generating serialization or parsing code as such:
@Json(toJson: false, fromJson: true) // or some other names
class MyModel {
// ...
}
It would also be useful to add a property for disabling the list methods. This should also be configurable from the build.yaml.
It would be nice to be able to disable generating serialization or parsing code as such:
It would also be useful to add a property for disabling the list methods. This should also be configurable from the build.yaml.